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

TypeError: object of type 'NoneType' has no len() #91

Closed moschmdt closed 3 months ago

moschmdt commented 4 months ago

I am trying to generate documentation for a project but I must have an invalid doxygen command somewhere? Unfortunately, I cannot figure out where with reasonable effort if that is the case.

The generation failes at the the xml-parser.py if len(name) > 0: ....

Is there a possibility to include an error message referencing the location/ text?