Add --ignore-files=trio to avoid gtk-doc warnings about doxygen comments.

* glib/Makefile.am (MKDB_OPTIONS): Add --ignore-files=trio to
	avoid gtk-doc warnings about doxygen comments.
This commit is contained in:
Matthias Clasen 2002-12-12 23:34:37 +00:00
parent 72643a6071
commit ab5fe79f8a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-12-13 Matthias Clasen <maclas@gmx.de>
* glib/Makefile.am (MKDB_OPTIONS): Add --ignore-files=trio to
avoid gtk-doc warnings about doxygen comments.
Tue Dec 10 11:55:28 2002 Owen Taylor <otaylor@redhat.com> Tue Dec 10 11:55:28 2002 Owen Taylor <otaylor@redhat.com>
* glib/tmpl/timers.sgml: Improve docs for return value * glib/tmpl/timers.sgml: Improve docs for return value

View File

@ -13,7 +13,7 @@ DOC_SOURCE_DIR=../../..
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
# Extra options to supply to gtkdoc-mkdb # Extra options to supply to gtkdoc-mkdb
MKDB_OPTIONS=--sgml-mode --output-format=xml MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files=trio
# Extra options to supply to gtkdoc-fixref # Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS= FIXXREF_OPTIONS=