[Cffi-devel] writing documentation for CFFI functions
Joeish W
joeish80829 at yahoo.com
Sun Mar 30 15:11:18 UTC 2014
Which is the better way do write documentation for functions for a CFFI library
like this?
C++: int RNG::uniform(int a, int b)
Common Lisp: (UNIFORM-D (RNG (:POINTER RNG)) (A :DOUBLE) (B :DOUBLE)) => :DOUBLE
or like this without the parenthesis
C++: float RNG::uniform(float a, float b)
Common Lisp: (UNIFORM-F (RNG :POINTER RNG) A :FLOAT B :FLOAT) => :FLOAT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cffi-devel/attachments/20140330/5c053937/attachment.html>
More information about the cffi-devel
mailing list