summaryrefslogtreecommitdiff
path: root/include/asterisk/features.h
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-09-05 16:31:39 +0000
committerJason Parker <jparker@digium.com>2007-09-05 16:31:39 +0000
commitd72ea80a00d2b47421890f7202e1d8d417b8612a (patch)
treef7633ff4bac526f50ea47b6d518c8d132ac84b6e /include/asterisk/features.h
parent504f8a09afa81a40b9d86f8a878cbee7617f4dde (diff)
Doxygen cleanups/fixes.
Closes issue #10654, patch by snuffy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81560 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/features.h')
-rw-r--r--include/asterisk/features.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asterisk/features.h b/include/asterisk/features.h
index 59e068544..aa145a961 100644
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -53,7 +53,8 @@ struct ast_call_feature {
* \param chan the channel to actually be parked
* \param host the channel which will have the parked location read to.
* \param timeout is a timeout in milliseconds
- * \param extout is a parameter to an int that will hold the parked location, or NULL if you want
+ * \param extout is a parameter to an int that will hold the parked location, or NULL if you want.
+ *
* Park the channel chan, and read back the parked location to the host.
* If the call is not picked up within a specified period of time,
* then the call will return to the last step that it was in
@@ -68,7 +69,8 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *host, int timeou
* \param rchan the real channel to be parked
* \param host the channel to have the parking read to.
* \param timeout is a timeout in milliseconds
- * \param extout is a parameter to an int that will hold the parked location, or NULL if you want
+ * \param extout is a parameter to an int that will hold the parked location, or NULL if you want.
+ *
* Masquerade the channel rchan into a new, empty channel which is then parked with ast_park_call
* \retval 0 on success.
* \retval -1 on failure.