summaryrefslogtreecommitdiff
path: root/src/compositor/meta-cullable.c
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/compositor/meta-cullable.c
parent3b7ca42c6f5d06874a31d5435cfd58ea68032d24 (diff)
downloadmutter-e6e3c13ff6c50421caa84153641809ecd19641b5.tar.gz
mutter: Cleanup gi-docgen annotationsbilelmoussaoui/mutter-docs
Diffstat (limited to 'src/compositor/meta-cullable.c')
-rw-r--r--src/compositor/meta-cullable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compositor/meta-cullable.c b/src/compositor/meta-cullable.c
index e306c56e2..4f070ffcf 100644
--- a/src/compositor/meta-cullable.c
+++ b/src/compositor/meta-cullable.c
@@ -45,9 +45,9 @@ has_active_effects (ClutterActor *actor)
}
/**
- * SECTION:meta-cullable
- * @title: MetaCullable
- * @short_description: CPU culling operations for efficient drawing
+ * MetaCullable:
+ *
+ * CPU culling operations for efficient drawing
*
* When we are painting a stack of 5-10 large actors, the standard
* bottom-to-top method of drawing every actor results in a tremendous