diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2017-04-06 14:03:25 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2017-04-06 14:03:25 +0000 |
| commit | 6c2898a3e9e541eba0bb09c421cb395f01f2a964 (patch) | |
| tree | e025b96784438ad60a40d6e090f0d2027e3bad6c /clang/include/clang-c | |
| parent | 2561320f80bae9ef2ee4548001ce5b41c8396324 (diff) | |
| download | bcm5719-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.h | 6 |
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 |

