JakubAndrysek / MkDoxy

📖 Automatically generates API documentation for your project based on Doxygen comments and code snippets in your markdown files.
https://mkdoxy.kubaandrysek.cz/
MIT License
60 stars 16 forks source link

Change main plugin config #4

Closed JakubAndrysek closed 2 years ago

JakubAndrysek commented 2 years ago

Add more groups and subgroups

plugins:
    - search
    - doxygen-snippets:
        doxygen:
            path: build/RB3204-RBCX-library/
            config: Doxyfile
            input: src
            output: doc
            ...