[PATCH] D72954: [clang-doc] Improving Markdown Output

Julie Hockett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 08:24:01 PST 2020


juliehockett added a comment.

Thanks so much for doing this! Would you be able to link some screenshots? Just so I can have a better sense of what's changing here.



================
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;
----------------
s/Reference/Info


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