cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
66 stars 16 forks source link

Document lack of support for macros #627

Open sdkrystian opened 2 weeks ago

sdkrystian commented 2 weeks ago

Mrdocs does not support documentation of macro directives due to a lack of support in clang. This should be documented.

alandefreitas commented 6 days ago

Can't we use the preprocessor-only action for that? I read somewhere about documenting macros, which seems possible, but I didn't bother taking notes then because it just crossed my mind.

https://stackoverflow.com/a/76743982

https://stackoverflow.com/a/58658020

https://stackoverflow.com/a/61660437

https://stackoverflow.com/a/32722003