The Doxygen web site (
http://www.stack.nl/~dimitri/doxygen/) has a complete user manual. For the impatient, here are the most interesting sections:
- How to write grouped documentation for files, functions, variables, etc.: http://www.stack.nl/~dimitri/doxygen/grouping.html . Do not forget to add a file documentation block (@file) at the top of your file. Otherwise, none of the documentation in that file will appear in the html output.