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
70 stars 18 forks source link

Multiple projects support #1

Closed JakubAndrysek closed 2 years ago

JakubAndrysek commented 3 years ago

Config file:

plugins:
    - doxygen-snippets:
        esp:
          doxygen-source: src-esp
          api-path: api
          target: mkdocs
          full-doc: True
          hints: True
          debug: False
          ignore-errors: False
        stm:
          doxygen-source: src-stm32
          api-path: api
          target: mkdocs
          full-doc: True
          hints: True
          debug: False
          ignore-errors: False