[PATCH] D72954: [clang-doc] Improving Markdown Output
Clayton Wilkinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 15:09:29 PST 2020
Clayton marked 2 inline comments as done.
Clayton added inline comments.
================
Comment at: clang-tools-extra/clang-doc/Representation.h:271
+ /// Returns the file path for this Reference relative to CurrentPath.
+ llvm::SmallString<64> getRelativeFilePath(const StringRef &CurrentPath) const;
----------------
juliehockett wrote:
> s/Reference/Info
Done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72954/new/
https://reviews.llvm.org/D72954
More information about the llvm-commits
mailing list