summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-03 15:45:25 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-03 16:27:02 +0100
commit310fb291ccfb817a3503785af143828682c0c1f1 (patch)
tree3e629f3c80fbeb4e91b1786272691ab802c2dd3b /odk
parent4026cf4be84dd34e913463c728112a99c6ef17e5 (diff)
silence doxygen
Change-Id: I8114c6ab7a70572ed530800a4fbc323efaa1a641
Diffstat (limited to 'odk')
-rw-r--r--odk/CustomTarget_doxygen.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/CustomTarget_doxygen.mk b/odk/CustomTarget_doxygen.mk
index a01f5192d8aa..7c4571a623a5 100644
--- a/odk/CustomTarget_doxygen.mk
+++ b/odk/CustomTarget_doxygen.mk
@@ -51,6 +51,6 @@ $(odk_WORKDIR)/docs/cpp/ref/index.html: $(DOXY_DEPS)
-e 's!^QUIET = %$$!QUIET = $(if $(VERBOSE),YES,NO)!' \
-e 's!^STRIP_FROM_PATH = %$$!STRIP_FROM_PATH = $(DOXY_STRIP_PATH)!' \
$< > $(odk_WORKDIR)/Doxyfile
- $(DOXYGEN) $(odk_WORKDIR)/Doxyfile
+ $(DOXYGEN) $(odk_WORKDIR)/Doxyfile > /dev/null
# vim: set noet sw=4 ts=4: