summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-01 22:47:23 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:37 +0000
commitef429c587bc3e0c1fb5032fd15b16afb5e8905f0 (patch)
treef61a93a4c97ce2b4a5b9780c4f628cf79853b8c1
parentf9cb67b32cfe0e6577c301b12890630f09133c2d (diff)
downloadgtk+-ef429c587bc3e0c1fb5032fd15b16afb5e8905f0.tar.gz
constraintsolver: Remove SECTION
This is private
-rw-r--r--gtk/gtkconstraintsolver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkconstraintsolver.c b/gtk/gtkconstraintsolver.c
index b7097024c5..5f1d0abce2 100644
--- a/gtk/gtkconstraintsolver.c
+++ b/gtk/gtkconstraintsolver.c
@@ -20,9 +20,7 @@
*/
/*< private >
- * SECTION: gtkconstraintsolver
- * @Title: GtkConstraintSolver
- * @Short_description: An incremental solver for a tableau of linear equations
+ * GtkConstraintSolver
*
* GtkConstraintSolver is an object that encodes constraints into a tableau
* of linear equations and solves them, using an incremental optimization