]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Doxygen: Fix missing parameter warnings
authorFrank Lichtenheld <frank@lichtenheld.com>
Mon, 19 May 2025 14:35:44 +0000 (16:35 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 19 May 2025 14:39:32 +0000 (16:39 +0200)
commitd2b59d6db2ee11f3875257b854e0b77265389f2c
tree26e2f388126a7eec83b6b49c0fc582b63b92a02a
parentc319dcf048c56098a6aba142e76166684ff5ab12
Doxygen: Fix missing parameter warnings

This fixes almost all of the remaining warnings in our
doxygen. Mostly about missing parameters in otherwise
documented functions (completely undocumented functions
do not cause warnings).

Other changes:
 - Exclude out/ directory (used by CMakePresets.json)
 - Output doxygen warnings into a separate file, which
   can be used by CI systems to check for new warnings
 - Increase DOT_GRAPH_MAX_NODES to avoid warnings about
   some of the central header files (syshead.h and buffer.h)

Change-Id: I3bf775bbdea742575210606e174ccafe840677c9
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20250519143550.21761-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg31712.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
15 files changed:
doc/doxygen/openvpn.doxyfile.in
src/openvpn/forward.c
src/openvpn/fragment.h
src/openvpn/manage.c
src/openvpn/mudp.h
src/openvpn/multi.c
src/openvpn/options.c
src/openvpn/ssl.h
src/openvpn/ssl_backend.h
src/openvpn/ssl_ncp.h
src/openvpn/ssl_pkt.c
src/openvpn/ssl_pkt.h
src/openvpn/ssl_util.h
src/openvpn/ssl_verify.h
src/openvpn/tls_crypt.h