Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doxygen warnings #662

Merged
merged 1 commit into from
Jan 27, 2023
Merged

Fix doxygen warnings #662

merged 1 commit into from
Jan 27, 2023

Conversation

alfredh
Copy link
Contributor

@alfredh alfredh commented Jan 26, 2023

Fixes the warnings:

alfredh@debian:~/git/re$ doxygen mk/Doxyfile 
/home/alfredh/git/re/src/mod/mod_internal.h:15: warning: argument 'h' from the argument list of _mod_close has multiple @param documentation sections
/home/alfredh/git/re/src/mod/mod_internal.h:13: warning: argument 'name' from the argument list of _mod_open has multiple @param documentation sections
/home/alfredh/git/re/src/mod/mod_internal.h:14: warning: argument 'h' from the argument list of _mod_sym has multiple @param documentation sections
/home/alfredh/git/re/src/mod/mod_internal.h:14: warning: argument 'symbol' from the argument list of _mod_sym has multiple @param documentation sections
/home/alfredh/git/re/include/re_net.h:73: warning: argument 'ifh' from the argument list of net_if_list has multiple @param documentation sections
/home/alfredh/git/re/include/re_net.h:73: warning: argument 'arg' from the argument list of net_if_list has multiple @param documentation sections
/home/alfredh/git/re/src/tls/openssl/tls.c:1940: warning: argument 'hc' of command @param is not found in the argument list of STACK_OF(X509 *)
/home/alfredh/git/re/src/tls/openssl/tls.c:1940: warning: argument 'hc' of command @param is not found in the argument list of STACK_OF(X509 *)

@sreimers sreimers merged commit 9543617 into main Jan 27, 2023
@sreimers sreimers deleted the fix_doxygen_warnings branch January 27, 2023 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants