Changeset 20991 for lang/cplusplus
- Timestamp:
- 10/08/08 23:30:37 (2 months ago)
- Location:
- lang/cplusplus/llv8call/trunk
- Files:
-
- 4 modified
-
ext/libxml/element.cc (modified) (1 diff)
-
ext/libxml/node.cc (modified) (1 diff)
-
manual/ext/libxml/element.html (modified) (2 diffs)
-
manual/ext/libxml/node.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/libxml/element.cc
r20988 r20991 20 20 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 21 // THE SOFTWARE. 22 23 /** DESCRIPTION: 24 * 25 * xml element class.this module inherits node class. 26 * 27 */ 22 28 23 29 #include "node.h" -
lang/cplusplus/llv8call/trunk/ext/libxml/node.cc
r20881 r20991 20 20 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 21 // THE SOFTWARE. 22 23 /** DESCRIPTION: 24 * 25 * xml node 26 * 27 */ 22 28 23 29 #include "node.h" -
lang/cplusplus/llv8call/trunk/manual/ext/libxml/element.html
r20953 r20991 18 18 19 19 20 <div class="description">xml element class.this module inherits node class. 21 </div> 22 20 23 21 24 … … 30 33 <li>appendText</li> 31 34 <li>appendTextNode</li> 35 <li>getAttribute</li> 32 36 </ul> 33 37 </div> -
lang/cplusplus/llv8call/trunk/manual/ext/libxml/node.html
r20953 r20991 17 17 <h1>llv8call docs</h1> 18 18 19 20 <div class="description">xml node 21 </div> 19 22 20 23
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)