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 --- include/asterisk/presencestate.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/asterisk/presencestate.h') diff --git a/include/asterisk/presencestate.h b/include/asterisk/presencestate.h index dbbe5dcab..6c6a6a48b 100644 --- a/include/asterisk/presencestate.h +++ b/include/asterisk/presencestate.h @@ -62,9 +62,9 @@ enum ast_presence_state ast_presence_state_val(const char *val); /*! * \brief Asks a presence state provider for the current presence state. * - * \param presence_provider, The presence provider to retrieve the state from. - * \param subtype, The output paramenter to store the subtype string in. Must be freed if returned - * \param message, The output paramenter to store the message string in. Must be freed if returned + * \param presence_provider The presence provider to retrieve the state from. + * \param subtype The output paramenter to store the subtype string in. Must be freed if returned + * \param message The output paramenter to store the message string in. Must be freed if returned * * \retval presence state value on success, * \retval -1 on failure. @@ -78,9 +78,9 @@ enum ast_presence_state ast_presence_state(const char *presence_provider, char * * requested (such as a base64 decode). In such instances, use of the event cache is not suitable * and should be bypassed. * - * \param presence_provider, The presence provider to retrieve the state from. - * \param subtype, The output paramenter to store the subtype string in. Must be freed if returned - * \param message, The output paramenter to store the message string in. Must be freed if returned + * \param presence_provider The presence provider to retrieve the state from. + * \param subtype The output paramenter to store the subtype string in. Must be freed if returned + * \param message The output paramenter to store the message string in. Must be freed if returned * * \retval presence state value on success, * \retval -1 on failure. -- cgit v1.2.3