From: Kay Sievers Date: Sat, 3 Nov 2012 21:04:06 +0000 (+0100) Subject: docs: gtk-doc warnings are annoying X-Git-Tag: v196~144 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=924ee2cb0caa0c116ff6cf8c16f54588c4d4a4d8;hp=da974c2ff296f86dc144f872d6d799fbc0c380e7;ds=sidebyside docs: gtk-doc warnings are annoying --- diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index 55172f2c3..57334b6dd 100644 --- a/docs/gudev/Makefile.am +++ b/docs/gudev/Makefile.am @@ -43,7 +43,7 @@ MKHTML_OPTIONS=--path=$(abs_srcdir) --path=$(abs_builddir) # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html -FIXXREF_OPTIONS= +FIXXREF_OPTIONS=>/dev/null 2>&1 # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index 6a346a653..c6d7b8ca2 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -43,7 +43,7 @@ MKHTML_OPTIONS=--path=$(abs_srcdir) --path=$(abs_builddir) # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html -FIXXREF_OPTIONS= +FIXXREF_OPTIONS=>/dev/null 2>&1 # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h