]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: rephrase, and so avoid a Doxygen warning.
authorJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:40:23 +0000 (05:40 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:40:23 +0000 (05:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158973 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Serialization/ASTBitCodes.h

index 2049da97306afd2a1d9996b87f6a55c3930f57e8..fbcc5c6cf7565861ba35ba09e335401fac2ddca0 100644 (file)
@@ -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.