[PATCH] D64696: Adds a warning when an inline Doxygen comment has no argument
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 6 10:50:16 PDT 2019
Mordante added a comment.
Unfortunately I'm not able to quickly find the Doxygen output of Swift online. When I process:
`A limited variant of \c @objc that's used for classes with generic ancestry.`
with Doxygen I get:
`A limited variant of that's used for classes with generic ancestry.`
Since the `@` is used for commands I think they should be escaped like:
include/swift/AST/Decl.h: /// such as \c \@testable and \c \@usableFromInline into account.
Can you verify whether the Doxygen output for the Swift documentation is correct without escaping the `\c @foo` ? Or do you have a link to the online version?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64696/new/
https://reviews.llvm.org/D64696
More information about the cfe-commits
mailing list