[PATCH] D65690: [clang-doc] Add index in each info html file

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 18:32:17 PDT 2019


phosek 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("/"));
+  }
----------------
Wrong indentation?


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

https://reviews.llvm.org/D65690





More information about the cfe-commits mailing list