Changeset 96

Show
Ignore:
Timestamp:
02/05/07 06:42:20 (2 years ago)
Author:
KirkMcDonald
Message:

Minor configparse doc updates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • misc/configparse.d

    r95 r96  
    2020SOFTWARE. 
    2121*/ 
    22 /** 
    23  * Config file parsing, in the style of Python's ConfigParser. 
    24  */ 
     22/++ 
     23Config file parsing, in the style of Python's ConfigParser. 
     24 
     25XXX: Add description of config file format. 
     26+/ 
    2527module configparse; 
    2628 
     
    390392    /++ 
    391393    Writes the config _file to file. Note that ConfigParser does not preserve 
    392     the ordering of options or sections, although it will always write the 
     394    the ordering of options or sections, although it will always _write the 
    393395    global section first. 
    394396    +/ 
  • misc/configparse.html

    r95 r96  
    66    <!-- Generated by Ddoc from configparse.d --> 
    77Config file parsing, in the style of Python's ConfigParser. 
    8   
     8<br><br> 
     9<b>XXX:</b><br> 
     10Add description of config file format. 
    911<br><br> 
    1012 
     
    277279</big></dt> 
    278280<dd>Writes the config file to <i>file</i>. Note that ConfigParser does not preserve 
    279     the ordering of options or sections, although it will always <u>write</u> the 
     281    the ordering of options or sections, although it will always write the 
    280282    global section first. 
    281283