diff options
author | Abseil Team <absl-team@google.com> | 2019-08-28 14:33:34 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-08-28 17:11:18 (GMT) |
commit | eb56ee5a28b41fcc244205cc18ff7847f7c6b7bc (patch) | |
tree | 91bb8780fbb2e0c2314d36111cc3a6b9eb21ddf3 | |
parent | d9c55a48eddbc92434454ac2b28771870750e616 (diff) | |
download | googletest-eb56ee5a28b41fcc244205cc18ff7847f7c6b7bc.zip googletest-eb56ee5a28b41fcc244205cc18ff7847f7c6b7bc.tar.gz googletest-eb56ee5a28b41fcc244205cc18ff7847f7c6b7bc.tar.bz2 |
Googletest export
Fix invalid g3doc syntax highlighting languages.
PiperOrigin-RevId: 265905539
-rw-r--r-- | googletest/docs/pkgconfig.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/pkgconfig.md b/googletest/docs/pkgconfig.md index b775873..6dc0673 100644 --- a/googletest/docs/pkgconfig.md +++ b/googletest/docs/pkgconfig.md @@ -98,7 +98,7 @@ test('first_and_only_test', testapp) Since `pkg-config` is a small Unix command-line utility, it can be used in handwritten `Makefile`s too: -```Makefile +```makefile GTEST_CFLAGS = `pkg-config --cflags gtest_main` GTEST_LIBS = `pkg-config --libs gtest_main` |