[clang-tools-extra] Clang doc async (PR #93276)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri May 24 10:11:40 PDT 2024
================
@@ -179,7 +183,7 @@ Example usage for a project using a compile commands database:
SourceRoot,
RepositoryUrl,
{UserStylesheets.begin(), UserStylesheets.end()},
- {"index.js", "index_json.js"}};
+ {"index.js"}};
----------------
ilovepi wrote:
I assume `index_json.js` is no longer needed from the changes above w/ `fetch(...`. If that's accurate, can you include those details in the commit message?
https://github.com/llvm/llvm-project/pull/93276
More information about the cfe-commits
mailing list