]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix doxygen warning in respip.h.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 21 Sep 2022 13:23:04 +0000 (15:23 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 21 Sep 2022 13:23:04 +0000 (15:23 +0200)
doc/Changelog
services/view.c

index 620e217b47cde98b57ca51873bff4057927ad3d6..824674488d1ef05b293cc74e21b4e1a526e926c7 100644 (file)
@@ -2,6 +2,7 @@
        - Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
        - This patch was released in 1.16.3, the code repository continues
          with the previous features and fixes for 1.17.0.
+       - Fix doxygen warning in respip.h.
 
 20 September 2022: George
        - Convert tdir tests to use the new skip_test functionality.
index db48ae9545f8051f9345ceb5d0373f9859967ede..72f3643184ee4275375e7a28b19160dfa37a671c 100644 (file)
@@ -66,8 +66,9 @@ views_create(void)
        return v;
 }
 
-/** This prototype is defined in in respip.h, but we want to avoid
-  * unnecessary dependencies */
+/* \noop (ignore this comment for doxygen)
+ * This prototype is defined in in respip.h, but we want to avoid
+ * unnecessary dependencies */
 void respip_set_delete(struct respip_set *set);
 
 void