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

Sorting of namespaces and class overview #63

Closed gladhorn closed 11 months ago

gladhorn commented 11 months ago

When you have a few more classes, it becomes apparent that they are in random order, sorted by letter, but I have about 20 classes starting with 'A' for example, that's confusing. The same is true for modules, they were not sorted at all.

Based on https://github.com/JakubAndrysek/MkDoxy/pull/62