ObjFW  Diff

Differences From Artifact [8e29ccb3e9]:

To Artifact [11e800d409]:


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#import "OFXMLNode.h"

/*!
 * @brief A class for representing XML comments.
 */
@interface OFXMLComment: OFXMLNode
{
	OFString *comment;
}

/*!
 * @brief Creates a new OFXMLComment with the specified string.
 *
 * @param string The string for the comment
 * @return A new OFXMLComment







|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#import "OFXMLNode.h"

/*!
 * @brief A class for representing XML comments.
 */
@interface OFXMLComment: OFXMLNode
{
	OFString *_comment;
}

/*!
 * @brief Creates a new OFXMLComment with the specified string.
 *
 * @param string The string for the comment
 * @return A new OFXMLComment