aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/time.h
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-15 17:29:08 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-15 17:29:08 +0000
commit2d7e70ff016450bcac99ff5392de65a100cebc58 (patch)
tree3a63fb704485864ab9b2f72bde73a4991776ac33 /include/asterisk/time.h
parentd608611c6769e37d879a12e90fb762369e468c90 (diff)
Fix up some doxygen issues.
(closes issue #11996) Patches: bug_11996_doxygen.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103723 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/time.h')
-rw-r--r--include/asterisk/time.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asterisk/time.h b/include/asterisk/time.h
index 4b7ca00ff..8abce667d 100644
--- a/include/asterisk/time.h
+++ b/include/asterisk/time.h
@@ -57,8 +57,9 @@ int ast_tvdiff_sec(struct timeval end, struct timeval start),
/*!
* \brief Computes the difference (in microseconds) between two \c struct \c timeval instances.
- * \param end the end of the time period
- * \param start the beginning of the time period
+ * \param ast_tvdiff_sec
+ * \arg end the end of the time period
+ * \arg start the beginning of the time period
* \return the difference in microseconds
*/
AST_INLINE_API(