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

Support for parsing headers in Doxygen \par commands #579

Open alandefreitas opened 1 month ago

alandefreitas commented 1 month ago

This issue is dependent on the PR open in the llvm-project: https://github.com/llvm/llvm-project/pull/91100

It refers to its integration in MrDocs once the PR is merged.

alandefreitas commented 1 month ago

It's also possible to emulate the feature by simply parsing the first line as the title.

alandefreitas commented 1 month ago

We need to review whether this feature is still relevant. Do the templates already render the titles of these paragraphs?