gribozavr added a comment. Is it true that all inline commands require an argument?
For example, "\&" does not. ================ Comment at: clang/test/Sema/warn-documentation.cpp:1030 +// The inline comments expect a string after the command. +// expected-warning@+1 {{'\a' command does not have an argument}} ---------------- Please move this new section below the test_attach tests. ================ Comment at: clang/test/Sema/warn-documentation.cpp:1033 +/// \a +int test_inline_no_argument_a_b(int); + ---------------- Please un-abbreviate b and g into bad and good. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64696/new/ https://reviews.llvm.org/D64696 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits