Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 4 months ago.
Doxygen groups showing in compiler but not in code repository doc page
When i use following Doxygen declaration in files containing no classes, all docs are accessible in the online compiler in a Groups
folder.
//***************************************************************************** // //! \addtogroup myfile //! @{ // //***************************************************************************** ...... //***************************************************************************** // // Close the Doxygen group. //! @} // //*****************************************************************************
When i publish the code and open the API documentation
tab on my repo page, the contents of the Groups
folder is not present, only the .cpp
and .h
files are shown in a list.
Is this normal behaviour or is there a way to force the Doxygen visibility on the repo page?
2 Answers
11 years, 4 months ago.
Hi Frank,
I'll investigate this. Most likely the repository page doesn't yet support docs contained within groups, so there's nothing you can do about this yourself.
To help us verify any fix, could you point me to the published repository which shows the problem?
Thanks!
11 years, 1 month ago.
Dan,
Thanks for the info.
The repository in question is at http://mbed.org/users/frankvnk/code/CC3000_Hostdriver/ (meanwhile, the code went public)
I added your temporary solution at the end of the Homepage
Currently, the API documentation it is only accessible by adding modules.html
to the API doc link:
http://mbed.org/users/frankvnk/code/CC3000_Hostdriver/docs/tip/modules.html