From: Brad Hards Date: Mon, 17 Jan 2011 03:02:36 +0000 (+1030) Subject: ciniparser: Separate summary line and description text for metadata X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=1005f474c8d5ec36acb432e25ae05fa073dffd91 ciniparser: Separate summary line and description text for metadata --- diff --git a/ccan/ciniparser/_info b/ccan/ciniparser/_info index e3af8baf..c252257e 100644 --- a/ccan/ciniparser/_info +++ b/ccan/ciniparser/_info @@ -4,6 +4,7 @@ /** * ciniparser - easily parse and manipulate ini style configuration files + * * A dictionary object is allocated which contains string keys and values. * Functions to read string values return statically allocated objects, * there is no need to free them (also, do not modify them directly).