mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-09 05:33:43 -04:00
doxygen: topology: silence 'not documented' warnings
This commit is contained in:
parent
b5cbe912ba
commit
c2689003cb
5 changed files with 41 additions and 26 deletions
|
|
@ -482,10 +482,12 @@ struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg,
|
|||
return elem;
|
||||
}
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
struct tplg_alloc {
|
||||
struct list_head list;
|
||||
void *data[0];
|
||||
};
|
||||
#endif /* DOC_HIDDEN */
|
||||
|
||||
void *tplg_calloc(struct list_head *heap, size_t size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue