@@ -28,10 +28,12 @@ { \ return of_application_main(&argc, &argv, [cls class]); \ } /*! + * @protocol OFApplicationDelegate OFApplication.h ObjFW/OFApplication.h + * * @brief A protocol for delegates of OFApplication. */ @protocol OFApplicationDelegate /*! * @brief A method which is called when the application was initialized and is @@ -95,10 +97,12 @@ - (void)applicationDidReceiveSIGUSR2; #endif @end /*! + * @class OFApplication OFApplication.h ObjFW/OFApplication.h + * * @brief A class which represents the application as an object. * * In order to create a new OFApplication, you should create a class conforming * to the optional @ref OFApplicationDelegate protocol and put * `OF_APPLICATION_DELEGATE(NameOfYourClass)` in the .m file of that class. The