Index: ext/googletest/googletest/include/gtest/internal/custom/gtest-printers.h =================================================================== diff -u -N -r4a481bbe77043e0bda2435c6d62a02700b3e46c5 -r3d5880c6661c3ed500e0c1c739a923ae9ede0364 --- ext/googletest/googletest/include/gtest/internal/custom/gtest-printers.h (.../gtest-printers.h) (revision 4a481bbe77043e0bda2435c6d62a02700b3e46c5) +++ ext/googletest/googletest/include/gtest/internal/custom/gtest-printers.h (.../gtest-printers.h) (revision 3d5880c6661c3ed500e0c1c739a923ae9ede0364) @@ -31,9 +31,9 @@ // installation of gTest. // It will be included from gtest-printers.h and the overrides in this file // will be visible to everyone. -// See documentation at gtest/gtest-printers.h for details on how to define a -// custom printer. // +// Injection point for custom user configurations. See README for details +// // ** Custom implementation starts here ** #ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_