Merge pull request #2357 from kuzkry:obsolete-documentation
PiperOrigin-RevId: 261343928
This commit is contained in:
		@@ -259,11 +259,10 @@ class ActionHelper {
 | 
			
		||||
//
 | 
			
		||||
// CAVEAT:
 | 
			
		||||
//
 | 
			
		||||
// ACTION*() can only be used in a namespace scope.  The reason is
 | 
			
		||||
// that C++ doesn't yet allow function-local types to be used to
 | 
			
		||||
// instantiate templates.  The up-coming C++0x standard will fix this.
 | 
			
		||||
// Once that's done, we'll consider supporting using ACTION*() inside
 | 
			
		||||
// a function.
 | 
			
		||||
// ACTION*() can only be used in a namespace scope as templates cannot be
 | 
			
		||||
// declared inside of a local class.
 | 
			
		||||
// Users can, however, define any local functors (e.g. a lambda) that
 | 
			
		||||
// can be used as actions.
 | 
			
		||||
//
 | 
			
		||||
// MORE INFORMATION:
 | 
			
		||||
//
 | 
			
		||||
 
 | 
			
		||||
@@ -182,11 +182,10 @@ $template
 | 
			
		||||
//
 | 
			
		||||
// CAVEAT:
 | 
			
		||||
//
 | 
			
		||||
// ACTION*() can only be used in a namespace scope.  The reason is
 | 
			
		||||
// that C++ doesn't yet allow function-local types to be used to
 | 
			
		||||
// instantiate templates.  The up-coming C++0x standard will fix this.
 | 
			
		||||
// Once that's done, we'll consider supporting using ACTION*() inside
 | 
			
		||||
// a function.
 | 
			
		||||
// ACTION*() can only be used in a namespace scope as templates cannot be
 | 
			
		||||
// declared inside of a local class.
 | 
			
		||||
// Users can, however, define any local functors (e.g. a lambda) that
 | 
			
		||||
// can be used as actions.
 | 
			
		||||
//
 | 
			
		||||
// MORE INFORMATION:
 | 
			
		||||
//
 | 
			
		||||
 
 | 
			
		||||
@@ -250,11 +250,8 @@
 | 
			
		||||
// overloading matchers based on parameter types (as opposed to just
 | 
			
		||||
// based on the number of parameters).
 | 
			
		||||
//
 | 
			
		||||
// MATCHER*() can only be used in a namespace scope.  The reason is
 | 
			
		||||
// that C++ doesn't yet allow function-local types to be used to
 | 
			
		||||
// instantiate templates.  The up-coming C++0x standard will fix this.
 | 
			
		||||
// Once that's done, we'll consider supporting using MATCHER*() inside
 | 
			
		||||
// a function.
 | 
			
		||||
// MATCHER*() can only be used in a namespace scope as templates cannot be
 | 
			
		||||
// declared inside of a local class.
 | 
			
		||||
//
 | 
			
		||||
// More Information
 | 
			
		||||
// ================
 | 
			
		||||
 
 | 
			
		||||
@@ -252,11 +252,8 @@ $$ }} This line fixes auto-indentation of the following code in Emacs.
 | 
			
		||||
// overloading matchers based on parameter types (as opposed to just
 | 
			
		||||
// based on the number of parameters).
 | 
			
		||||
//
 | 
			
		||||
// MATCHER*() can only be used in a namespace scope.  The reason is
 | 
			
		||||
// that C++ doesn't yet allow function-local types to be used to
 | 
			
		||||
// instantiate templates.  The up-coming C++0x standard will fix this.
 | 
			
		||||
// Once that's done, we'll consider supporting using MATCHER*() inside
 | 
			
		||||
// a function.
 | 
			
		||||
// MATCHER*() can only be used in a namespace scope as templates cannot be
 | 
			
		||||
// declared inside of a local class.
 | 
			
		||||
//
 | 
			
		||||
// More Information
 | 
			
		||||
// ================
 | 
			
		||||
 
 | 
			
		||||
@@ -631,7 +631,7 @@ class VersionControlSystem(object):
 | 
			
		||||
        new_content: For text files, this is empty.  For binary files, this is
 | 
			
		||||
          the contents of the new file, since the diff output won't contain
 | 
			
		||||
          information to reconstruct the current file.
 | 
			
		||||
        is_binary: True if the file is binary.
 | 
			
		||||
        is_binary: True iff the file is binary.
 | 
			
		||||
        status: The status of the file.
 | 
			
		||||
    """
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user