diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-15 01:18:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 2ce985f7a2b3e6221df4c56a820815317abbf32e (patch) | |
tree | 053c3bd5432ff9c90db50e9b8949a2ee75345eda /pango/pango-tabs.h | |
parent | c8ae084dff887cd6aca622927488e725c392a847 (diff) | |
download | pango-2ce985f7a2b3e6221df4c56a820815317abbf32e.tar.gz |
docs: Port PangoTabArray to the new doc format
Replace gtk-doc'isms and use gi-docgen links instead.
Diffstat (limited to 'pango/pango-tabs.h')
-rw-r--r-- | pango/pango-tabs.h | 7 |
1 files changed, 1 insertions, 6 deletions
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 |