diff options
author | Abseil Team <absl-team@google.com> | 2018-08-28 14:28:15 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-28 20:53:52 (GMT) |
commit | 65d03530e6a1f243f89941a5c7400a0ce89d8de7 (patch) | |
tree | 8e4aeec201ed205a7f9d55fd2251b66922469ec3 /googlemock | |
parent | 03867b5389516a0f185af52672cf5472fa0c159c (diff) | |
download | googletest-65d03530e6a1f243f89941a5c7400a0ce89d8de7.zip googletest-65d03530e6a1f243f89941a5c7400a0ce89d8de7.tar.gz googletest-65d03530e6a1f243f89941a5c7400a0ce89d8de7.tar.bz2 |
Googletest export
Fix line that was wrapping in the middle of a link
This looks uglier, but has the advantage that the link is kept in one
piece.
PiperOrigin-RevId: 210537337
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-matchers.h | 4 | ||||
-rw-r--r-- | googlemock/include/gmock/gmock-generated-matchers.h.pump | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/googlemock/include/gmock/gmock-generated-matchers.h b/googlemock/include/gmock/gmock-generated-matchers.h index 0d46d23..41d5304 100644 --- a/googlemock/include/gmock/gmock-generated-matchers.h +++ b/googlemock/include/gmock/gmock-generated-matchers.h @@ -1381,8 +1381,8 @@ AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { // ================ // // To learn more about using these macros, please search for 'MATCHER' -// on https://github.com/google/googletest/blob/master/googlemock/docs/ -// CookBook.md +// on +// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md #define MATCHER(name, description)\ class name##Matcher {\ diff --git a/googlemock/include/gmock/gmock-generated-matchers.h.pump b/googlemock/include/gmock/gmock-generated-matchers.h.pump index 9fe0fd7..1a59fed 100644 --- a/googlemock/include/gmock/gmock-generated-matchers.h.pump +++ b/googlemock/include/gmock/gmock-generated-matchers.h.pump @@ -592,7 +592,8 @@ $$ // show up in the generated code. // ================ // // To learn more about using these macros, please search for 'MATCHER' -// on https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md +// on +// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md $range i 0..n $for i |