This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Update documentation
ClosedPublic

Authored by DiegoAstiazaran on Aug 1 2019, 4:56 PM.

Details

Summary

HTML generator has been included in clang-tools-extra release notes.
clang-doc documentation file has been updated.

Diff Detail

Repository
rL LLVM

Event Timeline

DiegoAstiazaran created this revision.Aug 1 2019, 4:56 PM
Eugene.Zelenko added inline comments.
clang-tools-extra/docs/clang-doc.rst
93 ↗(On Diff #212934)

It'll be reasonable to mention that this options make sense only for HTML output.

jakehehrlich accepted this revision.Aug 2 2019, 4:33 PM

This looks fine to me

This revision is now accepted and ready to land.Aug 2 2019, 4:33 PM

Specify that stylesheets flag is only required for html format.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2019, 7:19 PM

Sorry for the delayed review, but a few things I caught :)

Also, please make sure to update the the release notes/flag documentation for the patches you have in progress that add features or flags.

clang-tools-extra/trunk/docs/ReleaseNotes.rst
55

This should also include new flags and new features like template handling.

clang-tools-extra/trunk/docs/clang-doc.rst
40

For this to work, you'd also need to pass the --executor=standalone flag.