summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2011-01-17 13:32:36 +1030
committerRusty Russell <rusty@rustcorp.com.au>2011-01-17 13:32:36 +1030
commit1005f474c8d5ec36acb432e25ae05fa073dffd91 (patch)
treef86d9b91d3aad5b8944b65ab01b6ca261a128470
parentb83649e60e0b6682704b9ad5def021dd4a4df85f (diff)
ciniparser: Separate summary line and description text for metadata
-rw-r--r--ccan/ciniparser/_info1
1 files changed, 1 insertions, 0 deletions
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).