@@ -49,11 +49,12 @@ /*! * @brief Creates a new OFFile with the specified path and mode. * * @param path The path to the file to open as a string - * @param mode The mode in which the file should be opened.@n + * @param mode The mode in which the file should be opened. + * @n * Possible modes are: * Mode | Description * ---------------|------------------------------------- * `r` | Read-only * `r+` | Read-write