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] Inline documentation of last function parameter

2015-09-05 Thread Vaclav Petras
Hello, I'm using inline descriptions for function parameters/arguments but the last parameter description goes to the function's description (to the right function, to the end of description). int a_function( int arg_1, ///< first argument int arg_2);///< second argument I