- For #519: fix comments for doxygen.

This commit is contained in:
W.C.A. Wijngaards 2021-08-12 15:14:22 +02:00
parent 2f828ec720
commit b13bcab089
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@
the example configuration file.
- For #519: yacc and lex. And fix python bindings, and test program
unbound-dnstap-socket.
- For #519: fix comments for doxygen.
5 August 2021: Wouter
- Tag for 1.13.2rc1 release.

View file

@ -62,6 +62,7 @@ struct query_info;
* @param addrlen: length of addr.
* @param zone: delegation point name.
* @param zonelen: length of zone name wireformat dname.
* @param tcp_upstream: use TCP for upstream queries.
* @param ssl_upstream: use SSL for upstream queries.
* @param tls_auth_name: if ssl_upstream, use this name with TLS
* authentication.
@ -113,6 +114,7 @@ void worker_sighandler(int sig, void* arg);
* @param addrlen: length of addr.
* @param zone: wireformat dname of the zone.
* @param zonelen: length of zone name.
* @param tcp_upstream: use TCP for upstream queries.
* @param ssl_upstream: use SSL for upstream queries.
* @param tls_auth_name: if ssl_upstream, use this name with TLS
* authentication.