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

Improve documentation for path behavior in MrDocs #617

Closed fpelliccioni closed 6 days ago

fpelliccioni commented 3 weeks ago

Based on the discussion in issue #529 and Alan's comment here, we need to improve the documentation to clarify that:

This will help users understand the expected behavior and avoid confusion.

alandefreitas commented 6 days ago

Fixed by https://github.com/cppalliance/mrdocs/pull/622