diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index 5ae125e0f..831e1c4e4 100644
--- a/contrib/microhttpd.tag
+++ b/contrib/microhttpd.tag
@@ -112,6 +112,66 @@
microhttpd.h
+
+ #define
+ MHD_HTTP_BAD_GATEWAY
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_GATEWAY_TIMEOUT
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_METHOD_NOT_ALLOWED
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_UNAUTHORIZED
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_PAYMENT_REQUIRED
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_NOT_IMPLEMENTED
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_NOT_ACCEPTABLE
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_ALREADY_REPORTED
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_EXPECTATION_FAILED
+ microhttpd.h
+
+
+
+ #define
+ MHD_HTTP_TOO_MANY_REQUESTS
+ microhttpd.h
+
+
int
MHD_AccessHandlerCallback
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index 9be18c49c..444e0f552 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -94,7 +94,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = ../../src ../../contrib ../../doc
+INPUT = ../../src
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \