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

Fix template parameter duplication if declname is not in xml. #95

Closed r-braun closed 3 months ago

r-braun commented 3 months ago

Fixes the issue where some template parameter declarations are repeated.

fixes #81

JakubAndrysek commented 3 months ago

image