@@ -17,11 +17,11 @@ #import "OFXMLNode.h" OF_ASSUME_NONNULL_BEGIN -/*! +/** * @class OFXMLProcessingInstructions \ * OFXMLProcessingInstructions.h ObjFW/OFXMLProcessingInstructions.h * * @brief A class for representing XML processing instructions. */ @@ -29,19 +29,19 @@ { OFString *_processingInstructions; OF_RESERVE_IVARS(OFXMLProcessingInstructions, 4) } -/*! +/** * @brief Creates a new OFXMLProcessingInstructions with the specified string. * * @param string The string for the processing instructions * @return A new OFXMLProcessingInstructions */ + (instancetype)processingInstructionsWithString: (OFString *)string; -/*! +/** * @brief Initializes an already allocated OFXMLProcessingInstructions with the * specified string. * * @param string The string for the processing instructions * @return An initialized OFXMLProcessingInstructions