mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fix doxygen documents
Fix the warnings of doxygen parsing. Add some missing documentation.
This commit is contained in:
parent
7651690858
commit
087184b0f9
49 changed files with 300 additions and 167 deletions
|
|
@ -151,6 +151,7 @@ void *snd_dlsym(void *handle, const char *name, const char *version)
|
|||
* FIXME: add reference counter and proper locking
|
||||
*/
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
struct dlobj_cache {
|
||||
const char *name;
|
||||
void *obj;
|
||||
|
|
@ -211,3 +212,4 @@ void snd_dlobj_cache_cleanup(void)
|
|||
free(c);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue