summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-04-06 14:03:25 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-04-06 14:03:25 +0000
commit6c2898a3e9e541eba0bb09c421cb395f01f2a964 (patch)
treee025b96784438ad60a40d6e090f0d2027e3bad6c /clang/include/clang-c
parent2561320f80bae9ef2ee4548001ce5b41c8396324 (diff)
downloadbcm5719-llvm-6c2898a3e9e541eba0bb09c421cb395f01f2a964.tar.gz
bcm5719-llvm-6c2898a3e9e541eba0bb09c421cb395f01f2a964.zip
Avoid the -Wdocumentation-unknown-command warning in Clang's C API docs
rdar://20441985 llvm-svn: 299650
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index e33424138d9..1ac2b7f802c 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -4034,8 +4034,8 @@ CINDEX_LINKAGE unsigned clang_Cursor_getObjCDeclQualifiers(CXCursor C);
/**
* \brief Given a cursor that represents an Objective-C method or property
- * declaration, return non-zero if the declaration was affected by "@optional".
- * Returns zero if the cursor is not such a declaration or it is "@required".
+ * declaration, return non-zero if the declaration was affected by "\@optional".
+ * Returns zero if the cursor is not such a declaration or it is "\@required".
*/
CINDEX_LINKAGE unsigned clang_Cursor_isObjCOptional(CXCursor C);
@@ -4711,7 +4711,7 @@ enum CXCompletionChunkKind {
*/
CXCompletionChunk_HorizontalSpace,
/**
- * Vertical space ('\n'), after which it is generally a good idea to
+ * Vertical space ('\\n'), after which it is generally a good idea to
* perform indentation.
*/
CXCompletionChunk_VerticalSpace
OpenPOWER on IntegriCloud