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

Add source code snippets generator #11

Closed JakubAndrysek closed 3 years ago

JakubAndrysek commented 3 years ago

Example usage:

::: doxy.Code
    file: main.cpp
    start: 5  # line
    end: 15 # line
    ...