diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-12 23:34:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-12 23:34:37 +0000 |
commit | ab5fe79f8a9f3ad0b7f97c0a17468df08be54858 (patch) | |
tree | 53c5975be0f8f5e5e4edfa6d202d6fc04ce84f8f | |
parent | 72643a60711fa66360108774291872f00db91523 (diff) |
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.
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/glib/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 2243ab789..928efaf34 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -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> * glib/tmpl/timers.sgml: Improve docs for return value diff --git a/docs/reference/glib/Makefile.am b/docs/reference/glib/Makefile.am index 5a8d43673..88fa37893 100644 --- a/docs/reference/glib/Makefile.am +++ b/docs/reference/glib/Makefile.am @@ -13,7 +13,7 @@ DOC_SOURCE_DIR=../../.. SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" # 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 FIXXREF_OPTIONS= |