[PATCH] D72954: [clang-doc] Improving Markdown Output
Clayton Wilkinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 13:17:16 PST 2020
Clayton created this revision.
Clayton added reviewers: phosek, juliehockett.
Herald added subscribers: llvm-commits, usaxena95, arphaman.
Herald added a project: LLVM.
Clayton added a project: clang-tools-extra.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D72954
Files:
clang-tools-extra/clang-doc/HTMLGenerator.cpp
clang-tools-extra/clang-doc/MDGenerator.cpp
clang-tools-extra/clang-doc/Representation.cpp
clang-tools-extra/clang-doc/Representation.h
clang-tools-extra/clang-doc/assets/index.js
clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72954.238869.patch
Type: text/x-patch
Size: 16917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200117/0e121ab0/attachment.bin>
More information about the llvm-commits
mailing list