Doxygen groups and modules index

Posted by cppdev on Stack Overflow See other posts from Stack Overflow or by cppdev
Published on 2010-03-30T11:40:39Z Indexed on 2010/03/30 11:43 UTC
Read the original article Hit count: 428

Filed under:
|
|

Hi I am creating a doxygen document for my project. Recently, I have grouped related classes using \addtogroup tag. After this, I have got a module tab in my documentation. It shows all modules. I want to add some description right below module name below the module name on the same page. How can I do it using doxygen ?

Here's my tag

/*! \addtogroup test test * Test Testing a group in doxygen * @{ */

© Stack Overflow or respective owner

Related posts about c++

Related posts about doxygen