From 2ce985f7a2b3e6221df4c56a820815317abbf32e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Feb 2021 01:18:16 -0500 Subject: docs: Port PangoTabArray to the new doc format Replace gtk-doc'isms and use gi-docgen links instead. --- pango/pango-tabs.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pango/pango-tabs.h') diff --git a/pango/pango-tabs.h b/pango/pango-tabs.h index 664cedbb..53d1e3fd 100644 --- a/pango/pango-tabs.h +++ b/pango/pango-tabs.h @@ -32,7 +32,7 @@ typedef struct _PangoTabArray PangoTabArray; * PangoTabAlign: * @PANGO_TAB_LEFT: the tab stop appears to the left of the text. * - * A #PangoTabAlign specifies where a tab stop appears relative to the text. + * A `PangoTabAlign` specifies where a tab stop appears relative to the text. */ typedef enum { @@ -47,11 +47,6 @@ typedef enum */ } PangoTabAlign; -/** - * PANGO_TYPE_TAB_ARRAY: - * - * The #GObject type for #PangoTabArray. - */ #define PANGO_TYPE_TAB_ARRAY (pango_tab_array_get_type ()) PANGO_AVAILABLE_IN_ALL -- cgit v1.2.1 From b2b50bb0e0b23d9ccb150b97100e93bd32019462 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 19 Feb 2021 08:21:46 -0500 Subject: docs: Tweak tabs docs Add summaries, convert markup, etc. --- pango/pango-tabs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango/pango-tabs.h') diff --git a/pango/pango-tabs.h b/pango/pango-tabs.h index 53d1e3fd..893132ed 100644 --- a/pango/pango-tabs.h +++ b/pango/pango-tabs.h @@ -32,7 +32,7 @@ typedef struct _PangoTabArray PangoTabArray; * PangoTabAlign: * @PANGO_TAB_LEFT: the tab stop appears to the left of the text. * - * A `PangoTabAlign` specifies where a tab stop appears relative to the text. + * `PangoTabAlign` specifies where a tab stop appears relative to the text. */ typedef enum { -- cgit v1.2.1