[cfe-commits] r158973 - /cfe/trunk/include/clang/Serialization/ASTBitCodes.h
James Dennett
jdennett at google.com
Thu Jun 21 22:40:23 PDT 2012
Author: jdennett
Date: Fri Jun 22 00:40:23 2012
New Revision: 158973
URL: http://llvm.org/viewvc/llvm-project?rev=158973&view=rev
Log:
Documentation cleanup: rephrase, and so avoid a Doxygen warning.
Modified:
cfe/trunk/include/clang/Serialization/ASTBitCodes.h
Modified: cfe/trunk/include/clang/Serialization/ASTBitCodes.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTBitCodes.h?rev=158973&r1=158972&r2=158973&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTBitCodes.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTBitCodes.h Fri Jun 22 00:40:23 2012
@@ -871,7 +871,7 @@
/// 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.
More information about the cfe-commits
mailing list