An option has been added to clang-doc to provide a list of css stylesheets that the user wants to use for the generated html docs.
Depends on D64539.
Paths
| Differential D64938
[clang-doc] Add option for user provided stylesheets ClosedPublic Authored by DiegoAstiazaran on Jul 18 2019, 10:58 AM.
Details Summary An option has been added to clang-doc to provide a list of css stylesheets that the user wants to use for the generated html docs. Depends on D64539.
Diff Detail
Event Timeline
DiegoAstiazaran marked an inline comment as done. Comment ActionsAdd a second CSS file to one of the tests in HTMLGeneratorTest.cpp This revision is now accepted and ready to land.Jul 25 2019, 2:06 PM Closed by commit rL367072: [clang-doc] Add option for user provided stylesheets (authored by DiegoAstiazaran). · Explain WhyJul 25 2019, 3:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 211846 clang-tools-extra/trunk/clang-doc/Generators.h
clang-tools-extra/trunk/clang-doc/HTMLGenerator.cpp
clang-tools-extra/trunk/clang-doc/MDGenerator.cpp
clang-tools-extra/trunk/clang-doc/Representation.h
clang-tools-extra/trunk/clang-doc/YAMLGenerator.cpp
clang-tools-extra/trunk/clang-doc/tool/ClangDocMain.cpp
clang-tools-extra/trunk/unittests/clang-doc/HTMLGeneratorTest.cpp
clang-tools-extra/trunk/unittests/clang-doc/MDGeneratorTest.cpp
clang-tools-extra/trunk/unittests/clang-doc/YAMLGeneratorTest.cpp
|