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

.inc file for Info types #553

Closed alandefreitas closed 2 weeks ago

alandefreitas commented 3 months ago

A lot of code is going through Info types defining things in a very repetitive way.

We can have a single .inc file (like the ones TableGen generates) defining these Info types and just define the pattern once. It would be a simple list of macro calls for each info name so we don't need a .td file of course.

Original comment: https://github.com/cppalliance/mrdocs/pull/545#pullrequestreview-1937935738