summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-04-21 14:06:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-21 14:06:57 +0000
commite278aa8021c2b1483cd61c48630e99006663a0ff (patch)
tree2da87dd2693a7fb9d733ac367bf8e8105c4e0068 /doc
parent7c9ea25d91545160063d62cd92fd09187ec6a9be (diff)
downloadgtk-doc-e278aa8021c2b1483cd61c48630e99006663a0ff.tar.gz
Prune private and foreign types as far as possible.
Diffstat (limited to 'doc')
-rw-r--r--doc/sections-file.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/sections-file.txt b/doc/sections-file.txt
index 9e8e1f9..24441fc 100644
--- a/doc/sections-file.txt
+++ b/doc/sections-file.txt
@@ -25,7 +25,9 @@ You can also use <SUBSECTION Standard> for standard GtkObject declarations
GTK_IS_OBJECT() etc.) Currently these are left out of the documentation.
You can also use <SUBSECTION Private> for private declarations which will not
be output (Its a handy way to avoid warning messages about unused
-declarations.)
+declarations.). If your library contains private types which you don't want
+to appear in the object hierarchy and the list of implemented or required
+interfaces, add them to a Private subsection.
You can also use <INCLUDE> ... <INCLUDE> to specify the #include files which
are shown in the synopsis sections. It contains a comma-separate list of