1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-22 18:07:54 +02:00

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

@@ -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 * If you are using the [Meson](http://mesonbuild.com) build system, you will
* typically use the provided `test()` primitive to call the test binaries, * typically use the provided `test()` primitive to call the test binaries,