doxygen: conf: do not hide PCM specific function

This commit is contained in:
borine 2023-07-30 16:26:56 +01:00
parent b0e5e7c1fc
commit 4870f6737a

View file

@ -1031,6 +1031,14 @@ int snd_func_card_name(snd_config_t **dst, snd_config_t *root,
SND_DLSYM_BUILD_VERSION(snd_func_card_name, SND_CONFIG_DLSYM_VERSION_EVALUATE);
#endif
#ifdef DOXYGEN
/* For consistency with the PCM Interface module, include documentation even
* when PCM module is not included in the build. */
#ifndef BUILD_PCM
#define BUILD_PCM
#endif
#endif /* DOXYGEN */
#ifdef BUILD_PCM
/**