another small comment
authorFelix Fietkau <nbd@openwrt.org>
Mon, 28 Jan 2008 02:14:21 +0000 (03:14 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 28 Jan 2008 02:14:21 +0000 (03:14 +0100)
uci.h

diff --git a/uci.h b/uci.h
index 6a6db67..0c79587 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -307,7 +307,10 @@ struct uci_history
                &_ptr->list != (_list);                 \
                _ptr = _tmp, _tmp = list_to_element(_ptr->list.next))
 
-/* returns true if a list is empty */
+/**
+ * uci_list_empty: returns true if a list is empty
+ * @list: list head
+ */
 #define uci_list_empty(list) ((list)->next == (list))
 
 /* wrappers for dynamic type handling */