]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix comment syntax for view function views_find_view.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Apr 2024 14:11:29 +0000 (16:11 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Apr 2024 14:11:29 +0000 (16:11 +0200)
doc/Changelog
services/view.h

index 625bd67bfe0b70069712d071e2e07f0aa2b0d596..705e451a992ac725dee3355a7e1c4a2a9014bc76 100644 (file)
@@ -1,3 +1,6 @@
+5 April 2024: Wouter
+       - Fix comment syntax for view function views_find_view.
+
 5 April 2024: Yorgos
        - Merge #1027: Introduce 'cache-min-negative-ttl' option.
 
index 17778100474bbbbbc865a821439ac88a3a787204..12f7a64e7171c3be58d8b2dfaa95649e43ebd8d6 100644 (file)
@@ -126,7 +126,8 @@ void view_delete(struct view* v);
  */
 void views_print(struct views* v);
 
-/* Find a view by name.
+/**
+ * Find a view by name.
  * @param vs: views
  * @param name: name of the view we are looking for
  * @param write: 1 for obtaining write lock on found view, 0 for read lock