Changeset 60

Show
Ignore:
Timestamp:
11/29/06 23:47:16 (2 years ago)
Author:
mikey
Message:

corrected doc block

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/XJConf/DefinitionParser.php

    r46 r60  
    225225     * Start Element handler 
    226226     * 
    227      * Creates the TagDefinition object and places it on 
     227     * Creates the Definition object and places it on 
    228228     * the stack. 
    229229     * 
     
    260260     * End Element handler 
    261261     * 
    262      * Fetches the TagDefinition from the stack and 
     262     * Fetches the Definition from the stack and 
    263263     * adds it to the NamespaceDefinition object. 
    264264     *