Changeset 20991

Show
Ignore:
Timestamp:
10/08/08 23:30:37 (3 months ago)
Author:
tokuhirom
Message:

regen docs

Location:
lang/cplusplus/llv8call/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/ext/libxml/element.cc

    r20988 r20991  
    2020// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
    2121// THE SOFTWARE. 
     22 
     23/** DESCRIPTION: 
     24 * 
     25 * xml element class.this module inherits node class. 
     26 * 
     27 */ 
    2228 
    2329#include "node.h" 
  • lang/cplusplus/llv8call/trunk/ext/libxml/node.cc

    r20881 r20991  
    2020// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
    2121// THE SOFTWARE. 
     22 
     23/** DESCRIPTION: 
     24 * 
     25 * xml node 
     26 * 
     27 */ 
    2228 
    2329#include "node.h" 
  • lang/cplusplus/llv8call/trunk/manual/ext/libxml/element.html

    r20953 r20991  
    1818 
    1919         
     20            <div class="description">xml element class.this module inherits node class. 
     21</div> 
     22         
    2023 
    2124         
     
    3033                        <li>appendText</li> 
    3134                        <li>appendTextNode</li> 
     35                        <li>getAttribute</li> 
    3236                    </ul> 
    3337                </div> 
  • lang/cplusplus/llv8call/trunk/manual/ext/libxml/node.html

    r20953 r20991  
    1717        <h1>llv8call docs</h1> 
    1818 
     19         
     20            <div class="description">xml node 
     21</div> 
    1922         
    2023