@@ -16,16 +16,16 @@ #import "OFObject.h" #import "OFSerialization.h" #import "OFJSONRepresentation.h" -/** - * \brief A class for representing null values in collections. +/*! + * @brief A class for representing null values in collections. */ @interface OFNull: OFObject -/** - * \brief Returns an OFNull singleton. +/*! + * @brief Returns an OFNull singleton. * - * \return An OFNull singleton + * @return An OFNull singleton */ + (OFNull*)null; @end