warning: unknown <sectiondef> kind property and failure with AssertionError
I am getting lot of following warnings and then no output doc is generated in html file.
WARNING:root:class_<long_class_name>.xml: unknown
And then I get following assert
Traceback (most recent call last):
File "E:\Code\m.css\src\m.css\documentation\doxygen.py", line 4014, in
Hello! That seems like it's building documentation for a language other than C or C++ (which has properties as a language features, such as Python or C#), is it possible?
The Doxygen wrapper isn't really suited for anything else than C/C++ at the moment, unfortunately. For Python there's a separate tool, however, if that's your case: https://mcss.mosra.cz/documentation/python/
Ohh I see. Yes I am trying with C# project. Thanks for clarifying. Is there a plan to support other languages?
I did some prototyping for Doxygen-less C# support (similarly to Python, by using C#'s builtin reflection capabilities), but had to put it aside due to lack of time -- I'm constantly working on too many things.
I might revive that eventually if there's enough demand, but can't promise anything.