From: James Dennett Date: Fri, 22 Jun 2012 05:40:23 +0000 (+0000) Subject: Documentation cleanup: rephrase, and so avoid a Doxygen warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07d94305d3bcc5b654fb2c52d33c003bf193410e;p=clang 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 --- 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.