mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-22 01:40:08 -05:00
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:
parent
220377a2dd
commit
cde0e819f7
2 changed files with 2 additions and 51 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue