This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

DiegoAstiazaran edited the summary of this revision. (Show Details)Jul 18 2019, 10:59 AM
juliehockett added inline comments.Jul 23 2019, 2:41 PM
clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp
26 ↗(On Diff #210633)

Can you write a test for the output of more than one stylesheet?

DiegoAstiazaran marked an inline comment as done.

Add 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
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2019, 3:50 PM