diff options
author | Gennadiy Civil <misterg@google.com> | 2019-06-19 20:48:38 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-19 20:48:38 (GMT) |
commit | 5ed950c9e39cff044e84ca27d1b6919fa8dd7148 (patch) | |
tree | 7e1e1dc73c35e6074906560d954cda807bb19dc7 /googlemock/include/gmock/gmock-generated-matchers.h | |
parent | ac31db8facf718ea98d28e63986642eb14a018d9 (diff) | |
download | googletest-5ed950c9e39cff044e84ca27d1b6919fa8dd7148.zip googletest-5ed950c9e39cff044e84ca27d1b6919fa8dd7148.tar.gz googletest-5ed950c9e39cff044e84ca27d1b6919fa8dd7148.tar.bz2 |
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
Diffstat (limited to 'googlemock/include/gmock/gmock-generated-matchers.h')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-matchers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-generated-matchers.h b/googlemock/include/gmock/gmock-generated-matchers.h index f9c927c..b6f34bd 100644 --- a/googlemock/include/gmock/gmock-generated-matchers.h +++ b/googlemock/include/gmock/gmock-generated-matchers.h @@ -261,7 +261,7 @@ // // To learn more about using these macros, please search for 'MATCHER' // on -// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md +// https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md #define MATCHER(name, description)\ class name##Matcher {\ |