From: Felix Fietkau Date: Mon, 28 Jan 2008 02:14:21 +0000 (+0100) Subject: another small comment X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=2a9bc06f11ea919bc8090fdbde06ff7fdddaeb97;p=uci.git another small comment --- diff --git a/uci.h b/uci.h index 6a6db67..0c79587 100644 --- 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 */