diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang-c/Index.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 030dfae9857..d74b28c49ab 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -187,7 +187,8 @@ const char *clang_getCursorSpelling(CXCursor); const char *clang_getCursorKindSpelling(enum CXCursorKind Kind); /* for debug */ /* - * If CXCursorKind == Cursor_Reference, then this will return the referenced declaration. + * If CXCursorKind == Cursor_Reference, then this will return the referenced + * declaration. * If CXCursorKind == Cursor_Declaration, then this will return the declaration. */ CXDecl clang_getCursorDecl(CXCursor); |

