mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
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:
parent
72643a6071
commit
ab5fe79f8a
@ -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
|
||||||
|
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user