]> granicus.if.org Git - clang/commit
Try to fix warnings to escape '@' as '\@'. [-Wdocumentation-html]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Apr 2014 13:28:08 +0000 (13:28 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Apr 2014 13:28:08 +0000 (13:28 +0000)
commit9eaa23ed2b9907df518740ebdd020f7d58b74ba6
treee0cf1b673872c53868910f856593f800a3dfba4f
parentf1e95d44ac2449a5c4285a5754ac033c72b114f6
Try to fix warnings to escape '@' as '\@'. [-Wdocumentation-html]

  clang/include/clang/Format/Format.h:185:8: error: HTML tag 'tt' requires an end tag [-Werror,-Wdocumentation-html]
    /// <tt>@property (readonly)</tt> instead of <tt>@property(readonly)</tt>.
        ~^~~

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206893 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h