c - Doxygen group module from file -


is possible use doxygen grouping contents of given file grouped together, in doxygen calls "module"? including c library , in documentation want separate out library without having go through , manually document every item in library group member.

i found when using /// style documentation, adding

/// \addtogroup /// \{ 

at start of file, , adding

/// \} 

at end of file works purposes.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -