summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-15 01:18:16 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit2ce985f7a2b3e6221df4c56a820815317abbf32e (patch)
tree053c3bd5432ff9c90db50e9b8949a2ee75345eda /pango/pango-tabs.h
parentc8ae084dff887cd6aca622927488e725c392a847 (diff)
downloadpango-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.h7
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