From ab5fe79f8a9f3ad0b7f97c0a17468df08be54858 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Dec 2002 23:34:37 +0000 Subject: [PATCH] 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. --- docs/reference/ChangeLog | 5 +++++ docs/reference/glib/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 2243ab78..928efaf3 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2002-12-13 Matthias Clasen + + * 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 * glib/tmpl/timers.sgml: Improve docs for return value diff --git a/docs/reference/glib/Makefile.am b/docs/reference/glib/Makefile.am index 5a8d4367..88fa3789 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= -- 2.34.1