From 1e30d60a25da52550c10f9c6606024f028f943d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Jun 2017 11:30:43 +0200 Subject: fixing misc doxygen issues --- contrib/gnunet.tag | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ contrib/microhttpd.tag | 44 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 contrib/gnunet.tag create mode 100644 contrib/microhttpd.tag (limited to 'contrib') diff --git a/contrib/gnunet.tag b/contrib/gnunet.tag new file mode 100644 index 000000000..1cf4f0de8 --- /dev/null +++ b/contrib/gnunet.tag @@ -0,0 +1,55 @@ + + + + gnunet_util_lib.h + + gnunet_util_lib.h + + #define + GNUNET_YES + gnunet_util_lib.h + + + + #define + GNUNET_OK + gnunet_util_lib.h + + + + #define + GNUNET_NO + gnunet_util_lib.h + + + + #define + GNUNET_SYSERR + gnunet_util_lib.h + + + + #define + GNUNET_TIME_UNIT_FOREVER_ABS + gnunet_util_lib.h + + + + + gnunet_pq_lib.h + + gnunet_pq_lib.h + + #define + GNUNET_PQ_query_param_end + gnunet_pq_lib.h + + + + int + GNUNET_PQ_ResultConverter + gnunet_pq_lib.h + )(void *cls, PGresult *result, int row, const char *fname, size_t *dst_size, void *dst) + + + diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag new file mode 100644 index 000000000..de7018ade --- /dev/null +++ b/contrib/microhttpd.tag @@ -0,0 +1,44 @@ + + + + microhttpd_lib.h + + microhttpd.h + + #define + MHD_YES + microhttpd.h + + + + #define + MHD_NO + microhttpd.h + + + + #define + MHD_HTTP_OK + microhttpd.h + + + + #define + MHD_HTTP_NO_CONTENT + microhttpd.h + + + + #define + MHD_OPTION_NOTIFY_COMPLETED + microhttpd.h + + + + int + MHD_AccessHandlerCallback + microhttpd.h + )(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **con_cls) + + + -- cgit v1.2.3