summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-06-11 12:40:56 -0400
committerRyan Lortie <desrt@desrt.ca>2010-06-11 12:43:06 -0400
commit6a1e24460e76f168fa40a84cafbc6a3e374c32bf (patch)
treebc77ccca6d88e81efe555b0c1a473d1a04b6cd2f /docs
parent1e881990c08b7f17667416481a497aa748d15dee (diff)
downloaddconf-6a1e24460e76f168fa40a84cafbc6a3e374c32bf.tar.gz
gtk-doc cleanups
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am13
-rw-r--r--docs/sources/Makefile.am0
l---------docs/sources/client1
l---------docs/sources/common1
4 files changed, 10 insertions, 5 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 80f140b..0b5b91e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,16 +1,23 @@
include gtk-doc.make
-SUBDIRS = sources
-
DOC_MODULE = dconf
DOC_MAIN_SGML_FILE = dconf-docs.xml
-DOC_SOURCE_DIR = sources
+DOC_SOURCE_DIR = ..
MKDB_OPTIONS = --output-format=xml
INCLUDES = $(gio_CFLAGS)
GTKDOC_LIBS = $(gio_LIBS) ../client/libdconf.la
+IGNORE_HFILES = \
+ dconf-engine.h \
+ dconf-resetlist.h \
+ dconf-readtype.h \
+ dconf-rebuilder.h \
+ gvdb-builder.h \
+ gvdb-reader.h \
+ gvdb-format.h
+
diff --git a/docs/sources/Makefile.am b/docs/sources/Makefile.am
deleted file mode 100644
index e69de29..0000000
--- a/docs/sources/Makefile.am
+++ /dev/null
diff --git a/docs/sources/client b/docs/sources/client
deleted file mode 120000
index 96cd109..0000000
--- a/docs/sources/client
+++ /dev/null
@@ -1 +0,0 @@
-../../client \ No newline at end of file
diff --git a/docs/sources/common b/docs/sources/common
deleted file mode 120000
index dc879ab..0000000
--- a/docs/sources/common
+++ /dev/null
@@ -1 +0,0 @@
-../../common \ No newline at end of file