mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
doc: fix some doxygen warnings
This commit is contained in:
parent
8e3c0f02b2
commit
978dbff32f
23 changed files with 111 additions and 27 deletions
|
|
@ -10,6 +10,12 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <spa/utils/type.h>
|
||||
#include <spa/pod/pod.h>
|
||||
|
||||
/**
|
||||
* \addtogroup spa_types
|
||||
* \{
|
||||
*/
|
||||
|
||||
#define SPA_TYPE_INFO_Direction SPA_TYPE_INFO_ENUM_BASE "Direction"
|
||||
#define SPA_TYPE_INFO_DIRECTION_BASE SPA_TYPE_INFO_Direction ":"
|
||||
|
|
@ -20,8 +26,6 @@ static const struct spa_type_info spa_type_direction[] = {
|
|||
{ 0, 0, NULL, NULL }
|
||||
};
|
||||
|
||||
#include <spa/pod/pod.h>
|
||||
|
||||
#define SPA_TYPE_INFO_Choice SPA_TYPE_INFO_ENUM_BASE "Choice"
|
||||
#define SPA_TYPE_INFO_CHOICE_BASE SPA_TYPE_INFO_Choice ":"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue