]> git.ozlabs.org Git - ccan-lca-2011.git/commitdiff
ciniparser: Separate summary line and description text for metadata
authorBrad Hards <bradh@frogmouth.net>
Mon, 17 Jan 2011 03:02:36 +0000 (13:32 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 03:02:36 +0000 (13:32 +1030)
ccan/ciniparser/_info

index e3af8bafeaee5bccb97eeb95a65b2510fc956917..c252257e50f4db9cc742ae781ca1a427681bb9e1 100644 (file)
@@ -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).