Ignore:
Timestamp:
11/06/08 14:28:46 (4 years ago)
Author:
ludovic.rousseau
Message:

remove trailing tab and space characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scconf/README.scconf

    r2 r358  
    1919  - anything else but data. No locking, no threads etc. 
    2020 
    21 It has heirarchical data blocks, it has lists.  
     21It has heirarchical data blocks, it has lists. 
    2222 
    2323Similar, but different: 
     
    217217                         * block has an item with this key. Run the block 
    218218                         * or blocks found against the rest of this entry 
    219                          * Stop after the first one, unless  
    220                          * SCCONF_ALL_BLOCKS is set in flags  
     219                         * Stop after the first one, unless 
     220                         * SCCONF_ALL_BLOCKS is set in flags 
    221221        unsigned int type; 
    222222                         * SCCONF_CALLBACK 
     
    227227                         *              int depth); 
    228228                         *      run the callback with the block found 
    229                          *  
     229                         * 
    230230                         * SCCONF_BLOCK 
    231231                         *      param contains a pointer to another entry table 
     
    270270                         *                   can be stored 
    271271                         * 
    272                          *  
     272                         * 
    273273        unsigned int flags; 
    274274                         * SCCONF_PRESENT 
     
    299299 
    300300typedef struct _scconf_entry { 
    301         const char *name;                
    302                          * key value for blocks and items *  
     301        const char *name; 
     302                         * key value for blocks and items * 
    303303        unsigned int type; 
    304304                         * SCCONF_CALLBACK 
     
    308308                         *              scconf_entry* entry, 
    309309                         *              int depth); 
    310                          *  
     310                         * 
    311311                         * SCCONF_BLOCK 
    312312                         *      param contains a pointer to another entry table 
    313313                         *      the entry table is added as a block to the 
    314314                         *      current block, with name as the key, and 
    315                          *      arg is a list of names  
     315                         *      arg is a list of names 
    316316                         * 
    317317                         * SCCONF_LIST 
     
    321321                         *      these add key=value pairs to the current 
    322322                         *      block. The value is in parm. 
    323                          *  
     323                         * 
    324324        unsigned int flags; 
    325325                         * SCCONF_PRESENT 
Note: See TracChangeset for help on using the changeset viewer.