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

Sections need safe names #582

Closed alandefreitas closed 2 weeks ago

alandefreitas commented 1 month ago

This issue has been split from #480 (Features missing for Boost.URL) as it turned out to be more complex than we initially thought.

Some files such as std.adoc give me 788BE0EE2B9E1883DC13CA753557E782CA76A23C: Block ID pattern invalid, problem with prefix 788. However, I believe we will need to create some safe names for these sections anyway because referring to <<788BE0EE2B9E1883DC13CA753557E782CA76A23C, std>> from the exposition would be very inconvenient.

alandefreitas commented 1 month ago

@sdkrystian I'm assigning this to you for the same reason as https://github.com/cppalliance/mrdocs/issues/587#issuecomment-2130320179