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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user