mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
all places: doxygen cleanups
I see no errors with these changes using doxygen 1.8.1.1 . Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
e23fb2c4de
commit
b6eb0f9bfd
15 changed files with 140 additions and 105 deletions
|
|
@ -3505,10 +3505,12 @@ int snd_config_hook_load(snd_config_t *root, snd_config_t *config, snd_config_t
|
|||
struct dirent **namelist;
|
||||
int n;
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
#ifdef _GNU_SOURCE
|
||||
#define SORTFUNC versionsort
|
||||
#else
|
||||
#define SORTFUNC alphasort
|
||||
#endif
|
||||
#endif
|
||||
n = scandir(fi[idx].name, &namelist, config_filename_filter, SORTFUNC);
|
||||
if (n > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue