thibaultmarin / hpp2plantuml

Convert C++ header files to PlantUML
MIT License
223 stars 35 forks source link

There is no possibility of parsing classes with Qt #30

Open AZhurkin opened 11 months ago

AZhurkin commented 11 months ago

The current version of the parser does not support Qt CppHeaderParser.CppHeaderParser.CppParseError: Not able to parse my_class.h on line 9 evaluating ';': unexpected ';', expected ',' or '{' Error around: Q_PROPERTY ( Priority priority READ priority WRITE setPriority NOTIFY priorityChanged ) public