[PATCH] D72954: [clang-doc] Improving Markdown Output
Clayton Wilkinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 06:52:57 PST 2020
Clayton added inline comments.
================
Comment at: clang-tools-extra/clang-doc/MDGenerator.cpp:280
+static void serializeReference(llvm::raw_fd_ostream &OS, Index &I, int level) {
+
----------------
phosek wrote:
> `level` should be `Level`.
Done. Found https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72954/new/
https://reviews.llvm.org/D72954
More information about the llvm-commits
mailing list