docs: api: Replace hotdoc specific commands with Doxygen specific commands

This commit is contained in:
Raghavendra
2021-05-13 17:54:58 +03:00
committed by George Kiagiadakis
parent 89549247f8
commit d692f06f0d
90 changed files with 4716 additions and 2766 deletions

View File

@@ -13,16 +13,26 @@
G_BEGIN_DECLS
/**
* WP_TYPE_COMPONENT_LOADER:
/*!
* @memberof WpComponentLoader
*
* The #WpComponentLoader #GType
* @brief The [WpComponentLoader](@ref component_loader_section)
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
* GType</a>
*
* @code
* #define WP_TYPE_COMPONENT_LOADER (wp_component_loader_get_type ())
* @endcode
*/
#define WP_TYPE_COMPONENT_LOADER (wp_component_loader_get_type ())
WP_API
G_DECLARE_DERIVABLE_TYPE (WpComponentLoader, wp_component_loader,
WP, COMPONENT_LOADER, WpPlugin)
/*!
* @brief
* @em parent_class
*/
struct _WpComponentLoaderClass
{
WpPluginClass parent_class;