From 7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 May 2021 16:06:44 -0400 Subject: docs: Convert gtk-doc syntax leftovers Remove leftovers like #Type, reduce indentations to avoid markdown block quotes, etc. --- pango/pango-gravity.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pango/pango-gravity.c') diff --git a/pango/pango-gravity.c b/pango/pango-gravity.c index a21749b6..f01a7349 100644 --- a/pango/pango-gravity.c +++ b/pango/pango-gravity.c @@ -29,7 +29,7 @@ * pango_gravity_to_rotation: * @gravity: gravity to query, should not be %PANGO_GRAVITY_AUTO * - * Converts a #PangoGravity value to its natural rotation in radians. + * Converts a `PangoGravity` value to its natural rotation in radians. * * Note that [method@Pango.Matrix.rotate] takes angle in degrees, not radians. * So, to call [method@Pango.Matrix,rotate] with the output of this function @@ -232,7 +232,7 @@ get_script_properties (PangoScript script) /** * pango_gravity_get_for_script: - * @script: #PangoScript to query + * @script: `PangoScript` to query * @base_gravity: base gravity of the paragraph * @hint: orientation hint * @@ -245,7 +245,7 @@ get_script_properties (PangoScript script) * pass %PANGO_GRAVITY_AUTO and %PANGO_GRAVITY_HINT_STRONG in. * * Return value: resolved gravity suitable to use for a run of text - * with @script. + * with @script * * Since: 1.16 */ @@ -265,7 +265,7 @@ pango_gravity_get_for_script (PangoScript script, /** * pango_gravity_get_for_script_and_width: - * @script: #PangoScript to query + * @script: `PangoScript` to query * @wide: %TRUE for wide characters as returned by g_unichar_iswide() * @base_gravity: base gravity of the paragraph * @hint: orientation hint -- cgit v1.2.1