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

East-const in adoc generation #519

Closed fpelliccioni closed 6 months ago

sdkrystian commented 6 months ago

Please rebase onto develop first. The html generator is quite out of date, so I'm not sure if it's worth applying these changes to it

fpelliccioni commented 6 months ago

Please rebase onto develop first. The html generator is quite out of date, so I'm not sure if it's worth applying these changes to it

Oops, I've just rebased – thanks for the heads up!

@vinniefalco asked me to make changes to both the adoc and html generators. Given your comment about the HTML generator being quite out of date, I'm open to suggestions. If you think it's best, we can hold off on this PR until the HTML generator is updated, or proceed if you believe the changes are still valuable in the current context. Please let me know how you'd like to proceed.

sdkrystian commented 6 months ago

I don't think the HTML generator can even render types correctly at the moment... would be best to hold off

alandefreitas commented 6 months ago

Just do the asciidoc templates and we'll do the HTML templates later when we're copy/pasting from asciidoc. Otherwise this will be blocked forever.

vinniefalco commented 6 months ago

Yeah that's fair, do adoc separately.

fpelliccioni commented 6 months ago

I reverted the changes on HTML generation