From: W.C.A. Wijngaards Date: Fri, 5 Apr 2024 14:11:29 +0000 (+0200) Subject: - Fix comment syntax for view function views_find_view. X-Git-Tag: release-1.20.0rc1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba16e4116074d4564781d6c8d32421fd2535b743;p=thirdparty%2Funbound.git - Fix comment syntax for view function views_find_view. --- diff --git a/doc/Changelog b/doc/Changelog index 625bd67bf..705e451a9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/services/view.h b/services/view.h index 177781004..12f7a64e7 100644 --- a/services/view.h +++ b/services/view.h @@ -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