tomtom-international / asciidoxy

AsciiDoxy generates API documentation from Doxygen XML output to AsciiDoc.
Apache License 2.0
31 stars 10 forks source link

C++: constexpr constructors not getting documented correctly #28

Closed jenswet closed 3 years ago

jenswet commented 3 years ago

Hello!

If a C++ class has a constexpr constructor the documentation is not working as expected. Instead of recognizing it as constructor it will be recognized as a method with return value constexpr.

Unfortunately I have no time right now to submit a PR to fix it. Currently I am justing removing all constexpr from the doxygen xml before calling asciidoxy. If there is anything else I can do, please ask.