libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit ad1c53a27428f18195226398b24881e72b6c4cf5
parent 1fdae64c213dbb7ac1f371f808cd5e4d135a764b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 11 Dec 2017 16:12:14 +0300

Excluded microhttpd2.h from doxy

Diffstat:
Mdoc/doxygen/libmicrohttpd.doxy.in | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/doxygen/libmicrohttpd.doxy.in b/doc/doxygen/libmicrohttpd.doxy.in @@ -857,7 +857,9 @@ EXCLUDE_PATTERNS = */test_* \ */testzzuf/* \ */platform/* \ */symbian/* \ - MHD_config.h + MHD_config.h \ + microhttpd2.h + # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the