[asterisk-commits] eliel: branch eliel/per_member_wrapuptime r189275 - /team/eliel/per_member_wr...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 20 07:52:35 CDT 2009


Author: eliel
Date: Mon Apr 20 07:52:31 2009
New Revision: 189275

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=189275
Log:
Fix the doxygen documentation.

Modified:
    team/eliel/per_member_wrapuptime/apps/app_queue.c

Modified: team/eliel/per_member_wrapuptime/apps/app_queue.c
URL: http://svn.digium.com/svn-view/asterisk/team/eliel/per_member_wrapuptime/apps/app_queue.c?view=diff&rev=189275&r1=189274&r2=189275
==============================================================================
--- team/eliel/per_member_wrapuptime/apps/app_queue.c (original)
+++ team/eliel/per_member_wrapuptime/apps/app_queue.c Mon Apr 20 07:52:31 2009
@@ -2422,8 +2422,8 @@
 /*!
  * \brief Based on the lastcall and the configured wrapuptime,
  *        decide if the wrapuptime has expired.
- * \param lastcall[in] The time the lastcall was received.
- * \param wrapuptime[in] The configured wrapuptime.
+ * \param[in] lastcall The time the lastcall was received.
+ * \param[in] wrapuptime The configured wrapuptime.
  * \retval 1 if the wrapuptime didn't expired.
  * \retval 0 if the wrapuptime expired.
  */




More information about the asterisk-commits mailing list