docs: Migrate remaining content to markdown
By stopping using gtk-doc annotations Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3489>
This commit is contained in:

committed by
Marge Bot

parent
a0a1d102a0
commit
e7a920f94d
@ -51,16 +51,16 @@ G_BEGIN_DECLS
|
||||
*
|
||||
* Defines the entry point and initializes a Clutter test unit, e.g.:
|
||||
*
|
||||
* |[
|
||||
* ```
|
||||
* CLUTTER_TEST_SUITE (
|
||||
* CLUTTER_TEST_UNIT ("/foobarize", foobarize)
|
||||
* CLUTTER_TEST_UNIT ("/bar-enabled", bar_enabled)
|
||||
* )
|
||||
* ]|
|
||||
* ```
|
||||
*
|
||||
* Expands to:
|
||||
*
|
||||
* |[
|
||||
* ```c
|
||||
* int
|
||||
* main (int argc,
|
||||
* char *argv[])
|
||||
@ -72,7 +72,7 @@ G_BEGIN_DECLS
|
||||
*
|
||||
* return clutter_test_run ();
|
||||
* }
|
||||
* ]|
|
||||
* ```
|
||||
*/
|
||||
#define CLUTTER_TEST_SUITE(units) \
|
||||
int \
|
||||
|
Reference in New Issue
Block a user