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 following (extremely commonly used) doxygen pattern is ignored by moxygen
This will result in the following markdown output for
helloapigroupFor compliant operation in this scenaio, moxygen should be including
hellocapiandhellocppapias Modules ofhelloapi. In this test, Doxyfile is configured for this operation, and the HTML output displays properly, as does the structure of the XML.