diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-11-15 20:56:21 +0100 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-11-15 23:49:22 +0100 |
commit | f2b17fded50efc4f9bbd510cdc4f599f6993f1ed (patch) | |
tree | 16fca99508f617dc59d4676b5cff3d67416a2189 /docs | |
parent | 91d5c783c9bf73e94c1ad050bd8ef1e260d2291c (diff) | |
download | gobject-introspection-f2b17fded50efc4f9bbd510cdc4f599f6993f1ed.tar.gz |
docs: make gtkdoc-mkdb ignore cmph doxygen comment blocks.
When building g-i reference documentation, girepository/cmph/*
was being scanned for GTK-Doc comment blocks by gtkdoc-mkdb.
Unfortunately, cmph uses doxygen comment blocks which also
start with /**. This patch prevents gtkdoc-mkdb from complaining.
https://bugzilla.gnome.org/show_bug.cgi?id=688418
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 19c9affa..c3157be3 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -13,7 +13,7 @@ DOC_SOURCE_DIR=$(top_srcdir)/girepository SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g +MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g --ignore-files=cmph # Used for dependencies HFILE_GLOB=$(top_srcdir)/girepository/*.h |