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

@@ -6,16 +6,17 @@
* SPDX-License-Identifier: MIT
*/
/**
* SECTION: error
* @title: Error codes
*
* Error domain and codes for #GError
*/
#include "error.h"
/**
* wp_domain_library_quark:
*
* @file error.c
*
* @section error_section Error codes
*
* Error domain and codes for
* <a href="https://developer.gnome.org/glib/stable/glib-Error-Reporting.html#GError">
* GError</a>
*/
G_DEFINE_QUARK (wireplumber-library, wp_domain_library);