Quoting David Henningsson <launchpad....@epost.diwic.se>:
j...@resonance.org skrev:
Doxygen comments should be put in the .c source files above the
definition which they describe, not in the headers. A TODO item is to
move the existing documentation into the C code.
What about the public API? I assume we would have one doxygen target for
the public API and one for "everything". Will that work if we move it
into the .c file?
Yes, if I understand you correctly, the Doxygen documentation can be
placed in the C file for public API functions and will still get
picked up by Doxygen.
* API: 1.1.0
*/
I suggest we use the "since" doxygen command:
@since: 1.1.0
I thought there might be something special for that, but wasn't sure
what it was. Sounds good!
// David
Josh
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fluid-dev