[PATCH] D64938: [clang-doc] Add option for user provided stylesheets
Julie Hockett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 23 14:42:03 PDT 2019
juliehockett added inline comments.
================
Comment at: clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp:26
+ ClangDocContext CDCtx;
+ CDCtx.UserStylesheets = {"../share/clang/clang-doc-default-stylesheet.css"};
+ return CDCtx;
----------------
Can you write a test for the output of more than one stylesheet?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64938/new/
https://reviews.llvm.org/D64938
More information about the cfe-commits
mailing list