Browse Source

ciniparser: Separate summary line and description text for metadata

Brad Hards 15 years ago
parent
commit
1005f474c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ccan/ciniparser/_info

+ 1 - 0
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).