llvm-project/clang-tools-extra/unittests/clang-doc
Petr Hosek 7003f64c1e [clang-doc] Improving Markdown Output
This change has two components. The moves the generated file
for a namespace to the directory named after the namespace in
a file named 'index.<format>'. This greatly improves the browsing
experience since the index page is shown by default for a directory.

The second improves the markdown output by adding the links to the
referenced pages for children objects and the link back to the source
code.

Patch By: Clayton

Differential Revision: https://reviews.llvm.org/D72954
2020-03-06 17:37:08 -08:00
..
BitcodeTest.cpp [clang-doc] Serialize inherited attributes and methods 2019-08-16 00:10:49 +00:00
CMakeLists.txt [clang-tools-extra] [cmake] Link against libclang-cpp whenever possible 2019-10-04 20:30:02 +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] Improving Markdown Output 2020-03-06 17:37:08 -08:00
MDGeneratorTest.cpp [clang-doc] Improving Markdown Output 2020-03-06 17:37:08 -08: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