Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not attribute innergroups to compounds (modules) #26

Open
dskvr opened this issue May 25, 2018 · 0 comments
Open

Does not attribute innergroups to compounds (modules) #26

dskvr opened this issue May 25, 2018 · 0 comments

Comments

@dskvr
Copy link

dskvr commented May 25, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant