summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-02-15 17:29:08 +0000
committerJason Parker <jparker@digium.com>2008-02-15 17:29:08 +0000
commit72bc8a7c7db13afe5b6d97a8d67e942689d5f8e8 (patch)
tree3a63fb704485864ab9b2f72bde73a4991776ac33 /include/asterisk
parent32a758d944dd8355d799ae768f456ad7c1b769c7 (diff)
Fix up some doxygen issues.
(closes issue #11996) Patches: bug_11996_doxygen.diff uploaded by snuffy (license 35) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/extconf.h5
-rw-r--r--include/asterisk/strings.h9
-rw-r--r--include/asterisk/time.h5
3 files changed, 10 insertions, 9 deletions
diff --git a/include/asterisk/extconf.h b/include/asterisk/extconf.h
index 943945031..7f248d912 100644
--- a/include/asterisk/extconf.h
+++ b/include/asterisk/extconf.h
@@ -15,8 +15,9 @@
* the GNU General Public License Version 2. See the LICENSE file
* at the top of the source tree.
*/
-/*! \file External configuration handlers (realtime and static configuration)
- * \author Steve Murphy <murf@digium.com>
+/*! \file
+ * \brief External configuration handlers (realtime and static configuration)
+ * \author Steve Murphy <murf@digium.com>
*
*/
diff --git a/include/asterisk/strings.h b/include/asterisk/strings.h
index 9646e94c2..2c49cc054 100644
--- a/include/asterisk/strings.h
+++ b/include/asterisk/strings.h
@@ -148,16 +148,15 @@ char *ast_strip(char *s),
char *ast_strip_quoted(char *s, const char *beg_quotes, const char *end_quotes);
/*!
- \brief Strip backslash for "escaped" semicolons.
- \brief s The string to be stripped (will be modified).
+ \brief Strip backslash for "escaped" semicolons,
+ the string to be stripped (will be modified).
\return The stripped string.
*/
char *ast_unescape_semicolon(char *s);
/*!
- \brief Convert some C escape sequences (\b\f\n\r\t) into the
- equivalent characters.
- \brief s The string to be converted (will be modified).
+ \brief Convert some C escape sequences \verbatim (\b\f\n\r\t) \endverbatim into the
+ equivalent characters. The string to be converted (will be modified).
\return The converted string.
*/
char *ast_unescape_c(char *s);
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(