mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Stop using replaceable tags
This commit is contained in:
@@ -1453,11 +1453,9 @@ g_test_get_root (void)
|
||||
*
|
||||
* Runs all tests under the toplevel suite which can be retrieved
|
||||
* with g_test_get_root(). Similar to g_test_run_suite(), the test
|
||||
* cases to be run are filtered according to
|
||||
* test path arguments (-p <replaceable>testpath</replaceable>) as
|
||||
* parsed by g_test_init().
|
||||
* g_test_run_suite() or g_test_run() may only be called once
|
||||
* in a program.
|
||||
* cases to be run are filtered according to test path arguments
|
||||
* (`-p testpath`) as parsed by g_test_init(). g_test_run_suite()
|
||||
* or g_test_run() may only be called once in a program.
|
||||
*
|
||||
* In general, the tests and sub-suites within each suite are run in
|
||||
* the order in which they are defined. However, note that prior to
|
||||
@@ -2144,9 +2142,9 @@ g_test_run_suite_internal (GTestSuite *suite,
|
||||
*
|
||||
* Execute the tests within @suite and all nested #GTestSuites.
|
||||
* The test suites to be executed are filtered according to
|
||||
* test path arguments (-p <replaceable>testpath</replaceable>)
|
||||
* as parsed by g_test_init(). See the g_test_run() documentation
|
||||
* for more information on the order that tests are run in.
|
||||
* test path arguments (`-p 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.
|
||||
|
Reference in New Issue
Block a user