[PATCH] D64539: [clang-doc] Add stylesheet to generated html docs

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 10 15:42:26 PDT 2019


juliehockett added inline comments.


================
Comment at: clang-tools-extra/clang-doc/tool/ClangDocMain.cpp:247
+    auto StylesheetPathWrite = getInfoOutputFile(
+        OutDirectory, "", "clang-doc-default-stylesheet", ".css");
+    if (!StylesheetPathWrite) {
----------------
Eventually, we'll want to make this a configurable thing via a flag, but that can be done in another patch.


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

https://reviews.llvm.org/D64539





More information about the cfe-commits mailing list