aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-08-28 10:33:34 -0400
committerGennadiy Civil <misterg@google.com>2019-08-28 13:11:18 -0400
commiteb56ee5a28b41fcc244205cc18ff7847f7c6b7bc (patch)
tree91bb8780fbb2e0c2314d36111cc3a6b9eb21ddf3
parentd9c55a48eddbc92434454ac2b28771870750e616 (diff)
downloadgoogletest-eb56ee5a28b41fcc244205cc18ff7847f7c6b7bc.tar.gz
Googletest export
Fix invalid g3doc syntax highlighting languages. PiperOrigin-RevId: 265905539
-rw-r--r--googletest/docs/pkgconfig.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/pkgconfig.md b/googletest/docs/pkgconfig.md
index b7758738..6dc06738 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`