This revision was automatically updated to reflect the committed changes.
Closed by commit rL367072: [clang-doc] Add option for user provided stylesheets
(authored by DiegoAstiazaran, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
DiegoAstiazaran updated this revision to Diff 211841.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64938/new/
https://reviews.llvm.org/D64938
Files:
clang-tools-extra/clang-doc/Generators.h
clang-tools-extra/clang-doc/HTMLGenerator.cpp
clang-tools-extra/clang-doc/MDGenerator.cpp
juliehockett accepted this revision.
juliehockett added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64938/new/
https://reviews.llvm.org/D64938
___
cfe-commits mailing list
c
DiegoAstiazaran updated this revision to Diff 211362.
DiegoAstiazaran marked an inline comment as done.
DiegoAstiazaran added a comment.
Add a second CSS file to one of the tests in HTMLGeneratorTest.cpp
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64938/new/
https://reviews.llvm.org/D
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
DiegoAstiazaran created this revision.
DiegoAstiazaran added reviewers: juliehockett, jakehehrlich, lebedev.ri.
DiegoAstiazaran added a project: clang-tools-extra.
Herald added subscribers: kadircet, arphaman.
DiegoAstiazaran edited the summary of this revision.
An option has been added to clang-d