X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/59cf25c47fbda22f3f4e14399f0436cc6ed2c56f..132a5a4a47f9dbc7c52ee15234d70258c59ccf8e:/lib/kvp.c diff --git a/lib/kvp.c b/lib/kvp.c index 13a5cc4..748c47e 100644 --- a/lib/kvp.c +++ b/lib/kvp.c @@ -15,6 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file lib/kvp.c + * @brief Linked list of key-value pairs + * + * Also supports URL encoding/decoding (of raw strings and kvp lists). + * + * For large sets of keys, see @ref lib/hash.c. + */ #include "common.h"