diff options
author | Julie Hockett <juliehockett@google.com> | 2019-07-10 19:03:25 +0000 |
---|---|---|
committer | Julie Hockett <juliehockett@google.com> | 2019-07-10 19:03:25 +0000 |
commit | 671bac743673f2149709a44b8c27b028bdb38d00 (patch) | |
tree | 047324afb3ead23467749f0591ba47ac9f049cd3 /lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py | |
parent | 6522bedefe3b9c0454c8dc6c75360c28dca5f8b4 (diff) | |
download | bcm5719-llvm-671bac743673f2149709a44b8c27b028bdb38d00.tar.gz bcm5719-llvm-671bac743673f2149709a44b8c27b028bdb38d00.zip |
[clang-doc] Add a structured HTML generator
Implements an HTML generator.
Nodes are used to represent each part of the HTML file. There are TagNodes that
represent every HTML tag (p, h1, div, ...) and they have children nodes, which
can be TagNodes or TextNodes (these nodes only have text).
Proper indentation is rendered within the files generated by tool.
No styling (CSS) is included.
Committed on behalf of Diego Astiazarán (diegoaat97@gmail.com)
Differential Revision: https://reviews.llvm.org/D63857
llvm-svn: 365687
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py')
0 files changed, 0 insertions, 0 deletions