aboutsummaryrefslogtreecommitdiff
path: root/services/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/view.h')
-rw-r--r--services/view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/view.h b/services/view.h
index 17778100474b..12f7a64e7171 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