[clang-tools-extra] [clang-doc] Allow setting a base directory for hosted pages (PR #132482)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 26 10:19:57 PDT 2025
================
@@ -1,9 +1,10 @@
function genLink(Ref) {
----------------
ilovepi wrote:
Looks like the current directory was left around when we moved from relative paths to absolute. I don't think we can use that instead of base, though.
When I log what the CurrentDirectory is on docs.fuchsia.dev/cpp using chrome tools, it ends up empty, so I think we may still need to use Base. i'll take another look at the JS though.
https://github.com/llvm/llvm-project/pull/132482
More information about the cfe-commits
mailing list