This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Fix output format of html
ClosedPublic

Authored by DiegoAstiazaran on Jul 19 2019, 11:16 AM.

Details

Summary

The children of a TagNode are rendered in the same line as the parent only if they are all TextNodes.
When children are not inline; two text nodes that are adjacent won't have a new line between them, each tag node is rendered in its own line.

Diff Detail

Repository
rL LLVM

Event Timeline

juliehockett accepted this revision.Jul 23 2019, 3:02 PM
This revision is now accepted and ready to land.Jul 23 2019, 3:02 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2019, 1:51 PM