You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following (extremely commonly used) doxygen pattern is ignored by moxygen
/**
* @defgroup helloapi
* @brief Defines API for saying hello
*
*/
/**
* @defgroup hellocapi Hello C API
* @ingroup helloapi
* @brief Defines C API for saying hello
*/
/**
* @defgroup hellocppapi Hello CPP API
* @ingroup helloapi
* @brief Defines CPP API for saying hello
*/
This will result in the following markdown output for helloapi group
# group `helloapi` {#group__helloapi}
Defines API for saying hello
## Summary
Members | Descriptions
--------------------------------|---------------------------------------------
For compliant operation in this scenaio, moxygen should be including hellocapi and hellocppapi as Modules of helloapi. In this test, Doxyfile is configured for this operation, and the HTML output displays properly, as does the structure of the XML.
The text was updated successfully, but these errors were encountered:
The following (extremely commonly used) doxygen pattern is ignored by moxygen
This will result in the following markdown output for
helloapi
groupFor compliant operation in this scenaio, moxygen should be including
hellocapi
andhellocppapi
as Modules ofhelloapi
. In this test, Doxyfile is configured for this operation, and the HTML output displays properly, as does the structure of the XML.The text was updated successfully, but these errors were encountered: