matusnovak/doxybook2

C# Properties throwing errors

AdamFrisby opened this issue · 3 comments

Hi there -

I've got a bunch of logs in our build complaining about

Warning at Doxygen.cpp:72 Failed to parse member className error: Exception at Enums.cpp:30 Kind property not recognised please contact the author

This appears to be caused by C# properties (a kind of hybrid method/field; syntactically a field, but executes as a get/set method) - I have attached some sample XMLs you can use to reproduce the issue.

Thanks!

Hi @AdamFrisby

I have added both event and property. It's on the refactor-default-templates-events-props branch. You can find a pre-built binary here: (see the artifacts) https://github.com/matusnovak/doxybook2/actions/runs/377524381

Additionally, I have run your sample xml files with the mkdocs-material example, here is the output:
mkdocs-material.zip

I have never run Doxygen with a C# project, so I am not sure how the output should look like. I hope I got the properties and events right.

Let me know if this solves your issue.

Merged to master and released in releases/tag/v1.3.0