From: Andre Noll Date: Sun, 25 Nov 2007 22:18:58 +0000 (+0100) Subject: afh_common.c: Add documentation of afh_init(). X-Git-Tag: v0.3.0~79 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7184908465baaf5aecd74beb532ef3405c933483;hp=cf9aa7eaa03f84d6463052377f6a293edc2bc63a afh_common.c: Add documentation of afh_init(). --- diff --git a/afh_common.c b/afh_common.c index a1ea3c72..5c283e27 100644 --- a/afh_common.c +++ b/afh_common.c @@ -75,6 +75,9 @@ static inline int next_audio_format(int format) /** Iterate over each supported audio format. */ #define FOR_EACH_AUDIO_FORMAT(i) for (i = 0; afl[i].name; i = next_audio_format(i)) +/** + * Call the init function of each supported audio format handler. + */ void afh_init(void) { int i;