summaryrefslogtreecommitdiff
path: root/src/x11
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2023-03-28 16:35:11 +0200
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2023-05-17 20:10:56 +0000
commite6e3c13ff6c50421caa84153641809ecd19641b5 (patch)
tree2d8f2f8e48d4ad9aacbddbb9f00e58c0f5c662a6 /src/x11
parent3b7ca42c6f5d06874a31d5435cfd58ea68032d24 (diff)
downloadmutter-e6e3c13ff6c50421caa84153641809ecd19641b5.tar.gz
mutter: Cleanup gi-docgen annotationsbilelmoussaoui/mutter-docs
Diffstat (limited to 'src/x11')
-rw-r--r--src/x11/group.c7
-rw-r--r--src/x11/meta-x11-display.c6
-rw-r--r--src/x11/meta-x11-errors.c6
-rw-r--r--src/x11/window-props.c3
-rw-r--r--src/x11/window-props.h3
5 files changed, 11 insertions, 14 deletions
diff --git a/src/x11/group.c b/src/x11/group.c
index c46813ec7..658642689 100644
--- a/src/x11/group.c
+++ b/src/x11/group.c
@@ -19,10 +19,9 @@
*/
/**
- * SECTION:group
- * @title: MetaGroup
- * @short_description: Mutter window groups
- *
+ * MetaGroup:(skip)
+ *
+ * Mutter window groups
*/
#include "config.h"
diff --git a/src/x11/meta-x11-display.c b/src/x11/meta-x11-display.c
index b25da53fa..678177a31 100644
--- a/src/x11/meta-x11-display.c
+++ b/src/x11/meta-x11-display.c
@@ -21,9 +21,9 @@
*/
/**
- * SECTION:x11-display
- * @title: MetaX11Display
- * @short_description: Mutter X display handler
+ * MetaX11Display:
+ *
+ * Mutter X display handler
*
* The X11 display is represented as a #MetaX11Display struct.
*/
diff --git a/src/x11/meta-x11-errors.c b/src/x11/meta-x11-errors.c
index a9e74b3da..28e21c2db 100644
--- a/src/x11/meta-x11-errors.c
+++ b/src/x11/meta-x11-errors.c
@@ -18,9 +18,9 @@
*/
/**
- * SECTION:errors
- * @title: Errors
- * @short_description: Mutter X error handling
+ * Errors:
+ *
+ * Mutter X error handling
*/
#include "config.h"
diff --git a/src/x11/window-props.c b/src/x11/window-props.c
index 3184befb0..fc9b4e3fd 100644
--- a/src/x11/window-props.c
+++ b/src/x11/window-props.c
@@ -1,8 +1,7 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * SECTION:window-props
- * @short_description: #MetaWindow property handling
+ * #MetaWindow property handling
*
* A system which can inspect sets of properties of given windows
* and take appropriate action given their values.
diff --git a/src/x11/window-props.h b/src/x11/window-props.h
index 4f37e0c0f..ded87811f 100644
--- a/src/x11/window-props.h
+++ b/src/x11/window-props.h
@@ -1,8 +1,7 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/**
- * SECTION:window-props
- * @short_description: MetaWindow property handling
+ * MetaWindow property handling
*
* A system which can inspect sets of properties of given windows
* and take appropriate action given their values.