doxygen: ucm: silence warnings

Removes duplicate documentation blocks and fixes 'not documented' warnings

From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
borine 2023-07-30 13:23:04 +01:00 committed by Jaroslav Kysela
parent 220377a2dd
commit cde0e819f7
2 changed files with 2 additions and 51 deletions

View file

@ -191,6 +191,7 @@ static char *rval_card_id_by_name(snd_use_case_mgr_t *uc_mgr, const char *id)
return strdup(snd_ctl_card_info_get_id(ctl_list->ctl_info));
}
#ifndef DOC_HIDDEN
typedef struct lookup_iterate *(*lookup_iter_fcn_t)
(snd_use_case_mgr_t *uc_mgr, struct lookup_iterate *iter);
typedef const char *(*lookup_fcn_t)(void *);
@ -212,6 +213,7 @@ struct lookup_iterate {
struct ctl_list *ctl_list;
void *info;
};
#endif /* DOC_HIDDEN */
static char *rval_lookup_main(snd_use_case_mgr_t *uc_mgr,
const char *query,