@@ -39,12 +39,11 @@ OF_NUMBER_FLOAT, OF_NUMBER_DOUBLE, }; /** - * The OFNumber class provides a way to store a number in an object and to - * manipulate it. + * \brief provides a way to store a number in an object and to manipulate it. */ @interface OFNumber: OFObject { union { char char_;