llvm-project/clang-tools-extra/unittests/clang-doc
Diego Astiazaran 3550da79ec [clang-doc] Redesign of generated HTML files
The new design includes a header (contains the project name), a main section, and a footer.
The main section is divided into three subsections. Left, middle, right. The left section contains the general index, the middle contains the info's data, and the right contains the index for the info's content.
The CSS has been updated.
A flag --project-name is added.
The Attributes attribute of the TagNode struct is now a vector of pairs because these attributes should be rendered in the insertion order.
The functions (cpp and js) that converts an Index tree structure into HTML were slightly modified; the first ul tag created is now a ol tag. The inner lists are still ul.

Differential Revision: https://reviews.llvm.org/D66353

llvm-svn: 369139
2019-08-16 18:38:11 +00:00
..
BitcodeTest.cpp [clang-doc] Serialize inherited attributes and methods 2019-08-16 00:10:49 +00:00
CMakeLists.txt [clang-doc] Add index in each info html file 2019-08-06 18:31:46 +00:00
ClangDocTest.cpp [clang-doc] Serialize inherited attributes and methods 2019-08-16 00:10:49 +00:00
ClangDocTest.h [clang-doc] Serialize inherited attributes and methods 2019-08-16 00:10:49 +00:00
GeneratorTest.cpp [clang-doc] Sort index elements case insensitive 2019-08-15 23:32:12 +00:00
HTMLGeneratorTest.cpp [clang-doc] Redesign of generated HTML files 2019-08-16 18:38:11 +00:00
MDGeneratorTest.cpp [clang-doc] Fix bitcode writer for access specifiers 2019-08-15 23:04:27 +00:00
MergeTest.cpp [clang-doc] Serialize inherited attributes and methods 2019-08-16 00:10:49 +00:00
SerializeTest.cpp [clang-doc] Fix records in global namespace 2019-08-16 16:10:32 +00:00
YAMLGeneratorTest.cpp [clang-doc] Serialize inherited attributes and methods 2019-08-16 00:10:49 +00:00