aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal/custom/gmock-port.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-15 10:17:09 -0700
committerGitHub <noreply@github.com>2018-08-15 10:17:09 -0700
commit06b975928878a7a10cd4bc2bb35d2738e453f4a1 (patch)
treeb0c5b19fce9ae66b8071bd1b3b9a1e2175365358 /googlemock/include/gmock/internal/custom/gmock-port.h
parent51b65058ad72d2d92fff89f04aad99f8bbddb147 (diff)
parent997d343dd680e541ef96ce71ee54a91daf2577a0 (diff)
downloadgoogletest-06b975928878a7a10cd4bc2bb35d2738e453f4a1.tar.gz
googletest-06b975928878a7a10cd4bc2bb35d2738e453f4a1.tar.bz2
googletest-06b975928878a7a10cd4bc2bb35d2738e453f4a1.zip
Merge branch 'master' into ignore-cmake-generated-files
Diffstat (limited to 'googlemock/include/gmock/internal/custom/gmock-port.h')
-rw-r--r--googlemock/include/gmock/internal/custom/gmock-port.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/googlemock/include/gmock/internal/custom/gmock-port.h b/googlemock/include/gmock/internal/custom/gmock-port.h
index ad9ae36f..0030fe91 100644
--- a/googlemock/include/gmock/internal/custom/gmock-port.h
+++ b/googlemock/include/gmock/internal/custom/gmock-port.h
@@ -27,16 +27,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
-// Injection point for custom user configurations.
-// The following macros can be defined:
-//
-// Flag related macros:
-// GMOCK_DECLARE_bool_(name)
-// GMOCK_DECLARE_int32_(name)
-// GMOCK_DECLARE_string_(name)
-// GMOCK_DEFINE_bool_(name, default_val, doc)
-// GMOCK_DEFINE_int32_(name, default_val, doc)
-// GMOCK_DEFINE_string_(name, default_val, doc)
+// Injection point for custom user configurations. See README for details
//
// ** Custom implementation starts here **