docs: add missing '*' chars at start of doc-comments

This commit is contained in:
Stefan Sauer
2017-11-10 22:18:20 +01:00
parent e7adf0a1a3
commit 2812219adb
14 changed files with 16 additions and 18 deletions

View File

@@ -2377,7 +2377,6 @@ g_test_suite_count (GTestSuite *suite)
* test path arguments (`-p testpath` and `-s testpath`) as parsed by
* g_test_init(). See the g_test_run() documentation for more
* information on the order that tests are run in.
*
* g_test_run_suite() or g_test_run() may only be called once
* in a program.