[PATCH] D65690: [clang-doc] Add index in each info html file
Diego Astiazarán via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 2 20:01:57 PDT 2019
DiegoAstiazaran added inline comments.
================
Comment at: clang-tools-extra/clang-doc/assets/index.js:17
+ return FilePath.substring(Path.length + 1)
+ Path = Path.substring(0, Path.lastIndexOf("/"));
+ }
----------------
phosek wrote:
> Wrong indentation?
Yes, clang-format "missed" that because I forgot the semicolon in the previous line.
Thanks, it has been fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65690/new/
https://reviews.llvm.org/D65690
More information about the cfe-commits
mailing list