From eb56ee5a28b41fcc244205cc18ff7847f7c6b7bc Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 28 Aug 2019 10:33:34 -0400 Subject: Googletest export Fix invalid g3doc syntax highlighting languages. PiperOrigin-RevId: 265905539 --- googletest/docs/pkgconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'googletest/docs') 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` -- cgit v1.2.3