10 years, 9 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

10 years, 9 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!

My current code is non-public - PM sent.

posted by Frank Vannieuwkerke 16 Jul 2013
10 years, 7 months 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