doxygen: topology: silence 'not documented' warnings

This commit is contained in:
borine 2023-07-30 12:05:13 +01:00
parent b5cbe912ba
commit c2689003cb
5 changed files with 41 additions and 26 deletions

View file

@ -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)
{