diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-23 22:51:26 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-23 22:51:26 +0000 |
| commit | a70cdf5166fda781d695faaa4017783859f1a509 (patch) | |
| tree | 8b774d38faec6c9dcc2f4b1e23f0171474d89878 /clang/include/clang-c | |
| parent | 192dddc59531bbd6b09f122ac6f1c4ed36ea7ed1 (diff) | |
| download | bcm5719-llvm-a70cdf5166fda781d695faaa4017783859f1a509.tar.gz bcm5719-llvm-a70cdf5166fda781d695faaa4017783859f1a509.zip | |
clang-c/Index.h: Move \brief. [-Wdocumentation]
llvm-svn: 253932
Diffstat (limited to 'clang/include/clang-c')
| -rw-r--r-- | clang/include/clang-c/Index.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index e0c623e883d..d181dab8c3d 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -2460,17 +2460,6 @@ enum CXLinkageKind { */ CINDEX_LINKAGE enum CXLinkageKind clang_getCursorLinkage(CXCursor cursor); -/** - * \brief Describe the visibility of the entity referred to by a cursor. - * - * This returns the default visibility if not explicitly specified by - * a visibility attribute. The default visibility may be changed by - * commandline arguments. - * - * \param cursor The cursor to query. - * - * \returns The visibility of the cursor. - */ enum CXVisibilityKind { /** \brief This value indicates that no visibility information is available * for a provided CXCursor. */ @@ -2484,6 +2473,17 @@ enum CXVisibilityKind { CXVisibility_Default }; +/** + * \brief Describe the visibility of the entity referred to by a cursor. + * + * This returns the default visibility if not explicitly specified by + * a visibility attribute. The default visibility may be changed by + * commandline arguments. + * + * \param cursor The cursor to query. + * + * \returns The visibility of the cursor. + */ CINDEX_LINKAGE enum CXVisibilityKind clang_getCursorVisibility(CXCursor cursor); /** |

