Make references to #includes consistent across docs
				
					
				
			PiperOrigin-RevId: 554561504 Change-Id: Ia02ab6ac646bf6637d6f500a4aaedd14e0a04798
This commit is contained in:
		
				
					committed by
					
						
						Copybara-Service
					
				
			
			
				
	
			
			
			
						parent
						
							455fcb7773
						
					
				
				
					commit
					6abc9e3d79
				
			@@ -1,7 +1,7 @@
 | 
				
			|||||||
# Assertions Reference
 | 
					# Assertions Reference
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This page lists the assertion macros provided by GoogleTest for verifying code
 | 
					This page lists the assertion macros provided by GoogleTest for verifying code
 | 
				
			||||||
behavior. To use them, include the header `gtest/gtest.h`.
 | 
					behavior. To use them, add `#include <gtest/gtest.h>`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The majority of the macros listed below come as a pair with an `EXPECT_` variant
 | 
					The majority of the macros listed below come as a pair with an `EXPECT_` variant
 | 
				
			||||||
and an `ASSERT_` variant. Upon failure, `EXPECT_` macros generate nonfatal
 | 
					and an `ASSERT_` variant. Upon failure, `EXPECT_` macros generate nonfatal
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,7 @@
 | 
				
			|||||||
# Mocking Reference
 | 
					# Mocking Reference
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This page lists the facilities provided by GoogleTest for creating and working
 | 
					This page lists the facilities provided by GoogleTest for creating and working
 | 
				
			||||||
with mock objects. To use them, include the header
 | 
					with mock objects. To use them, add `#include <gmock/gmock.h>`.
 | 
				
			||||||
`gmock/gmock.h`.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Macros {#macros}
 | 
					## Macros {#macros}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
<!--* toc_depth: 3 *-->
 | 
					<!--* toc_depth: 3 *-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This page lists the facilities provided by GoogleTest for writing test programs.
 | 
					This page lists the facilities provided by GoogleTest for writing test programs.
 | 
				
			||||||
To use them, include the header `gtest/gtest.h`.
 | 
					To use them, add `#include <gtest/gtest.h>`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Macros
 | 
					## Macros
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user