diff options
author | James Dennett <jdennett@google.com> | 2012-06-22 05:40:23 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-22 05:40:23 +0000 |
commit | 07d94305d3bcc5b654fb2c52d33c003bf193410e (patch) | |
tree | d1ce177cb68aa0e152230caf510b9a5bbae43bf3 /include/clang/Serialization/ASTBitCodes.h | |
parent | 36be6c43533194ed5c7613f33851c7bc390f1c8e (diff) |
Documentation cleanup: rephrase, and so avoid a Doxygen warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization/ASTBitCodes.h')
-rw-r--r-- | include/clang/Serialization/ASTBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h index 2049da9730..fbcc5c6cf7 100644 --- a/include/clang/Serialization/ASTBitCodes.h +++ b/include/clang/Serialization/ASTBitCodes.h @@ -871,7 +871,7 @@ namespace clang { /// in the order in which those declarations were added to the /// declaration context. This data is used when iterating over /// the contents of a DeclContext, e.g., via - /// DeclContext::decls_begin()/DeclContext::decls_end(). + /// DeclContext::decls_begin() and DeclContext::decls_end(). DECL_CONTEXT_LEXICAL, /// \brief A record that stores the set of declarations that are /// visible from a given DeclContext. |