diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 17:58:28 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 17:58:28 +0000 |
| commit | adba9be7c5c201a7f54e173a210ab1efdd2311dd (patch) | |
| tree | ea9252b1d0b886dfe0b0fbef5d59cb27f643a8e2 /clang/include/clang-c | |
| parent | 7e6347402d921d3e4c867172e153134ea43d15d1 (diff) | |
| download | bcm5719-llvm-adba9be7c5c201a7f54e173a210ab1efdd2311dd.tar.gz bcm5719-llvm-adba9be7c5c201a7f54e173a210ab1efdd2311dd.zip | |
Fix a bunch of -Wdocumentation warnings.
llvm-svn: 162452
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 edd3cbb4a7f..ca4a960d130 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -3272,7 +3272,7 @@ enum CXCommentKind { * \brief A \\param or \\arg command that describes the function parameter * (name, passing direction, description). * - * \brief For example: \\param [in] ParamName description. + * For example: \\param [in] ParamName description. */ CXComment_ParamCommand = 7, @@ -3280,7 +3280,7 @@ enum CXCommentKind { * \brief A \\tparam command that describes a template parameter (name and * description). * - * \brief For example: \\tparam T description. + * For example: \\tparam T description. */ CXComment_TParamCommand = 8, @@ -3379,7 +3379,7 @@ CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment); /** * \param Comment AST node of any kind. * - * \param ArgIdx argument index (zero-based). + * \param ChildIdx child index (zero-based). * * \returns the specified child of the AST node. */ |

