[PATCH] D72954: [clang-doc] Improving Markdown Output
Clayton Wilkinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 14:59:59 PST 2020
Clayton added a comment.
The output for for html did not change - what changed was the path for namespaces. For example the "async" namespace was in documented in async.html, and the types and functions in async where in async/*.html. After this change the "async" namespace is documented in async/index.html. This makes browsing very nice.
On the markdown side, I added the link functionality that existed on the HTML output for linking to classes and child namespaces.
| Before | After |
| F11233054: orig_async.png <https://reviews.llvm.org/F11233054> | F11233057: namespace_after.png <https://reviews.llvm.org/F11233057> |
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72954/new/
https://reviews.llvm.org/D72954
More information about the llvm-commits
mailing list