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

Bug fixes when -f flag is used in mkdocs #69

Closed asherban closed 11 months ago

asherban commented 11 months ago

When mkdocs is used with the -f flag, the run directory might not be the current one, and thus the src-dirs need to be resolved relative to the mkdocs.yml file given by the -f flag.

Also fixed an import that was used as a path typing by mistake