]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Please doxygen's parser for "@" occurrence in doxygen comment.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 16 Aug 2019 10:21:40 +0000 (12:21 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 16 Aug 2019 10:21:40 +0000 (12:21 +0200)
doc/Changelog
smallapp/unbound-checkconf.c

index 1dbf9f555a8aca8785d33d0d5f8d8a947abe4fa6..832f565ecac761bf15654572f665576386ecbb48 100644 (file)
@@ -6,6 +6,7 @@
          straight character comparisons removes the false positive.  Also
          valgrinds --expensive-definedness-checks=yes can stop this false
          positive.
+       - Please doxygen's parser for "@" occurrence in doxygen comment.
 
 15 August 2019: Wouter
        - iana portlist updated.
index 10c9c5c595d90f5b65545f53992a837c108fabb4..1a66609cdd14d69818d569a90008740c489b170c 100644 (file)
@@ -146,7 +146,8 @@ check_mod(struct config_file* cfg, struct module_func_block* fb)
        edns_known_options_delete(&env);
 }
 
-/** true if addr is a localhost address, 127.0.0.1 or ::1 (@port) */
+/** true if addr is a localhost address, 127.0.0.1 or ::1 (with maybe "@port"
+ * after it) */
 static int
 str_addr_is_localhost(const char* a)
 {