gtestutils: Fix section marker in documentation

Apparently 3 hashes is too many, and as a result this line is not
displayed properly in the HTML documentation. 2 hashes seems to be
just right, as can be seen with:

  $ git grep '^ \* ##' | wc -l
  65
  $ git grep '^ \* ###' | wc -l
  1
This commit is contained in:
Arnaud Rebillout 2023-05-02 13:12:48 +07:00
parent 8a67f0c5c2
commit d6faa002a5

View File

@ -174,7 +174,7 @@
* }
* ]|
*
* ### Integrating GTest in your project
* ## Integrating GTest in your project
*
* If you are using the [Meson](http://mesonbuild.com) build system, you will
* typically use the provided `test()` primitive to call the test binaries,