[PATCH] D64696: Adds a warning when an inline Doxygen comment has no argument

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 23:47:08 PDT 2019


davezarzycki added a comment.

I don't think anybody is running doxygen over the Swift source right now, so I'll just escape the @ sign. That being said, can we improve this diagnostic? "command does not have an argument" is confusing when a given command does have an argument, just a malformed one. What do you think about "command must precede a word"? At least that gives a hint that the argument is not a "word" according to doxygen.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64696/new/

https://reviews.llvm.org/D64696





More information about the llvm-commits mailing list