From 8018b879a2a77a9408b7c848dc550c8f1ae5a15a Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 30 Aug 2012 14:23:28 +0000 Subject: Clean up doxygen warnings This patch fixes numerous doxygen warnings across Asterisk. It also updates the makefile to regenerate the doxygen configuration on the local system before running doxygen to help prevent warnings/errors on the local system. Much thanks to Andrew for tackling one of the Asterisk janitor projects! (issue ASTERISK-20259) Reported by: Andrew Latham Patches: doxygen_partial.diff uploaded by Andrew Latham (license 5985) make_progdocs.diff uploaded by Andrew Latham (license 5985) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371989 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/audiohook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/audiohook.c') diff --git a/main/audiohook.c b/main/audiohook.c index 679e27c1a..0ca727d4e 100644 --- a/main/audiohook.c +++ b/main/audiohook.c @@ -99,7 +99,7 @@ static int audiohook_set_internal_rate(struct ast_audiohook *audiohook, int rate /*! \brief Initialize an audiohook structure * \param audiohook Audiohook structure * \param type - * \param source + * \param init, source, init_flags * \return Returns 0 on success, -1 on failure */ int ast_audiohook_init(struct ast_audiohook *audiohook, enum ast_audiohook_type type, const char *source, enum ast_audiohook_init_flags init_flags) -- cgit v1.2.3