summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-29 16:42:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-27 15:29:03 +0100
commitbe937e037a6c076cf650bb79aba9c1138da39511 (patch)
treeff6e256148930d26c8879602946d1c1ad54cb3ef
parent053d41e56050706b512562f13b9ebde7dac3c60b (diff)
Ignore non-API source files correctly
gtk-doc only cares about the basename of the files. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37793 Bug-NB: related to NB#218973
-rw-r--r--doc/reference/Makefile.am17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 0e604ee..0893acd 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -48,20 +48,23 @@ CFILE_GLOB=$(top_srcdir)/dbus/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES= \
+ dbus-binding-tool-glib.h \
dbus-gidl.h \
+ dbus-glib-tool.h \
dbus-gparser.h \
dbus-gutils.h \
dbus-gsignature.h \
+ dbus-gtest.h \
dbus-gvalue.h \
dbus-gvalue-utils.h \
dbus-gmarshal.h \
- examples/example-service-glue.h \
- examples/example-signal-emitter-glue.h \
- examples/statemachine/sm-marshal.h \
- examples/statemachine/statemachine-glue.h\
- examples/statemachine/statemachine.h \
- examples/statemachine/statemachine-server-glue.h \
- examples/statemachine/statemachine-server.h
+ example-service-glue.h \
+ example-signal-emitter-glue.h \
+ sm-marshal.h \
+ statemachine-glue.h \
+ statemachine.h \
+ statemachine-server-glue.h \
+ statemachine-server.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png