How to control order of doxygen documentation sections? -


I have added my documentation as follows: the brief description, parameter, and return value are explained in the header, The details of the implementation explained in the source

However, when I generate the documentation documentation, instead of the short description, description, parameter and finally the return value, I get these sections in another order: Parameters, returns, and more Statements.

I think that this order will have to be done in which Doxygen will get the comments of doctors in the source code. In any way, I can set the order of the classes as I want, even if the document is organized.

layout. Generate an XML file and then customize it. See for more information.


Comments