@@ -31,11 +31,11 @@ typedef HMODULE of_plugin_handle_t; #endif OF_ASSUME_NONNULL_BEGIN -/*! +/** * @class OFPlugin OFPlugin.h ObjFW/OFPlugin.h * * @brief Provides a system for loading plugins at runtime. */ @interface OFPlugin: OFObject @@ -42,11 +42,11 @@ { of_plugin_handle_t _pluginHandle; OF_RESERVE_IVARS(OFPlugin, 4) } -/*! +/** * @brief Loads a plugin from a file. * * @param path Path to the plugin file. The suffix is appended automatically. * @return The loaded plugin */