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:
Bilal Elmoussaoui
2024-01-04 13:14:20 +01:00
committed by Marge Bot
parent a0a1d102a0
commit e7a920f94d
43 changed files with 439 additions and 836 deletions

View File

@ -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 \