summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-07-02 09:48:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-07-02 09:48:17 +0100
commit04aaf02881acee3e603835ac1062f6525de096c8 (patch)
tree3a72ffdf8ae3e691310a7d5c0110d0ed8e3fea87 /docs
parentd5f8e1bf29ef82db25bb077d4a90abf21aa87ac6 (diff)
downloadgtk+-04aaf02881acee3e603835ac1062f6525de096c8.tar.gz
docs: Add more private headers to the list
The various GtkConstraint private API should not be scanned for documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build
index 53d88ee9aa..5d0f0c8142 100644
--- a/docs/reference/gtk/meson.build
+++ b/docs/reference/gtk/meson.build
@@ -23,6 +23,13 @@ private_headers = [
'gtkcolorswatchprivate.h',
'gtkcomboboxprivate.h',
'gtkcontainerprivate.h',
+ 'gtkconstraintexpressionprivate.h',
+ 'gtkconstraintguideprivate.h',
+ 'gtkconstraintlayoutprivate.h',
+ 'gtkconstraintprivate.h',
+ 'gtkconstraintsolverprivate.h',
+ 'gtkconstrainttypesprivate.h',
+ 'gtkconstraintvflparserprivate.h',
'gtkcssanimatedstyleprivate.h',
'gtkcssanimationprivate.h',
'gtkcssarrayvalueprivate.h',