diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-31 10:09:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-31 10:09:34 +0100 |
commit | f0668d2ce060ddd6bdb6d1d18f3f874a42931584 (patch) | |
tree | 6ff61a57cfac9a7754f9ccc47dbe92cfa2e33a09 | |
parent | f1d2ed93a76d5542387494711c7e6741bd3dd821 (diff) |
update doxygen resources
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | contrib/microhttpd.tag | 6 | ||||
-rw-r--r-- | doc/doxygen/Makefile.am | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9a85ab18..3edff1e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,8 @@ EXTRA_DIST = \ COPYING.AGPL \ COPYING.LGPL \ contrib/gnunet.tag \ - contrib/microhttpd.tag + contrib/microhttpd.tag \ + contrib/taler-exchange.tag app: mkdir -p $(PACKAGE)-frontend-$(VERSION)-app diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag index 83495492..ad39ebfc 100644 --- a/contrib/microhttpd.tag +++ b/contrib/microhttpd.tag @@ -40,6 +40,12 @@ </member> <member kind="define"> <type>#define</type> + <name>MHD_HTTP_GONE</name> + <anchorfile>microhttpd.h</anchorfile> + <arglist></arglist> + </member> + <member kind="define"> + <type>#define</type> <name>MHD_HTTP_CONFLICT</name> <anchorfile>microhttpd.h</anchorfile> <arglist></arglist> diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index cde28de4..ce3853a6 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -15,4 +15,6 @@ clean: rm -rf html EXTRA_DIST = \ - taler.doxy + taler.doxy \ + logo.svg + |