Re: [Doxygen-users] Another question....

2015-09-05 Thread Jeremy Royston
The easiest way to avoid this problem ist to copy the header in the .c file and paste it at the end of the .h file. You don't have to type anything except the ";", so it's almost no work either. Jerry --

[Doxygen-users] Automatically numbering sections

2015-07-07 Thread Jeremy Royston
This question has been asked before, but there seems to be no definite answer. Is it possible to number sections automatically, as in WinWord outlining? If so, how's it done? Thanks for answers, Jerry -- Don't Limit Your

[Doxygen-users] How to output the declarations only of extern C functions

2015-06-09 Thread Jeremy Royston
Perhaps this question has been answered already - I'm more or less a Doxygen beginner. I looked through the config parameters, and saw nothing suitable. I have a C program with about 25 modules. Using the default configuration, each module documentation contains the whole documentation of every

Re: [Doxygen-users] Tilde in markdown table field causes unexpected output.

2013-11-20 Thread Jeremy Royston
fferent version and with standard Doxyfile (doxygen -g) but I did not see the behavior you describe. Which version of doxygen are you using? Anything special in your Doxyfile? Albert On Wed, Nov 20, 2013 at 2:53 PM, Jeremy Royston mailto:jroys...@gmx.de>> wrote: Do

[Doxygen-users] Tilde in markdown table field causes unexpected output.

2013-11-20 Thread Jeremy Royston
Doxygen outputs text in place of the expected table. The file text is: /*! \file \brief Hardware definitions and macros. The processor is an ATmega32U2. The pins and their functions are: | Pin | I/O | Function | | --: | :--: | :--- | | 1 | I| ~RESET | | 28