[Phpxd-commits] CVS: phpXD/include/dom Comment.php,1.1,1.2
Status: Beta
Brought to you by:
growbal
|
From: Thomas D. <th...@us...> - 2002-02-06 23:08:35
|
Update of /cvsroot/phpxd/phpXD/include/dom
In directory usw-pr-cvs1:/tmp/cvs-serv1013/include/dom
Modified Files:
Comment.php
Log Message:
Index: Comment.php
===================================================================
RCS file: /cvsroot/phpxd/phpXD/include/dom/Comment.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Comment.php 2002/01/25 22:18:18 1.1
--- Comment.php 2002/02/06 23:08:33 1.2
***************
*** 8,17 ****
/**
! * Class representing the DOM Comment interface.
! *
! * @package phpXD
! * @author Thomas Dohmke <th...@do...>
! * @version $Revision$
! */
class Comment extends CharacterData {
/**
--- 8,17 ----
/**
! * Class representing the DOM Comment interface.
! *
! * @package phpXD
! * @author Thomas Dohmke <th...@do...>
! * @version $Revision$
! */
class Comment extends CharacterData {
/**
|