[PATCH] D65987: [clang-doc] Generate HTML links for children namespaces/records

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 9 09:18:47 PDT 2019


juliehockett added inline comments.


================
Comment at: clang-tools-extra/clang-doc/HTMLGenerator.cpp:250
+  // The resulting path is "../../../A/B/D" instead of a "../D". It is correct
+  // but it would be better to have the shorter version.
   StringRef Dir = Directory;
----------------
Would `llvm::sys::path::remove_dots()` do this? It might not, but is worth investigating.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65987/new/

https://reviews.llvm.org/D65987





More information about the cfe-commits mailing list