@@ -91,19 +91,19 @@ * * @return The minor version of ObjFW */ + (unsigned int)ObjFWVersionMinor; -/** +/*! * @brief Returns the name of the operating system the application is running * on. * * @return The name of the operating system the application is running on */ + (nullable OFString *)operatingSystemName; -/** +/*! * @brief Returns the version of the operating system the application is * running on. * * @return The version of the operating system the application is running on */