summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_meetme.c3
-rw-r--r--apps/app_minivm.c4
-rw-r--r--apps/app_osplookup.c1
-rw-r--r--apps/app_skel.c2
4 files changed, 7 insertions, 3 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 64ee8f9f6..6e6765043 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -724,6 +724,7 @@ static void conf_play(struct ast_channel *chan, struct ast_conference *conf, enu
* \param make Make the conf if it doesn't exist
* \param dynamic Mark the newly created conference as dynamic
* \param refcount How many references to mark on the conference
+ * \param chan The asterisk channel
*
* \return A pointer to the conference struct, or NULL if it wasn't found and
* make or dynamic were not set.
@@ -3648,7 +3649,7 @@ static struct sla_trunk_ref *sla_find_trunk_ref(const struct sla_station *statio
/*! \brief Calculate the ring delay for a given ringing trunk on a station
* \param station the station
- * \param trunk the trunk. If NULL, the highest priority ringing trunk will be used
+ * \param ringing_trunk the trunk. If NULL, the highest priority ringing trunk will be used
* \return the number of ms left before the delay is complete, or INT_MAX if there is no delay
*/
static int sla_check_station_delay(struct sla_station *station,
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index d65a8d60f..8dc8d6a5f 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -1146,6 +1146,7 @@ static int make_dir(char *dest, int len, const char *domain, const char *usernam
/*! \brief Checks if directory exists. Does not create directory, but builds string in dest
* \param dest String. base directory.
+ * \param len Int. Length base directory string.
* \param domain String. Ignored if is null or empty string.
* \param username String. Ignored if is null or empty string.
* \param folder String. Ignored if is null or empty string.
@@ -1166,7 +1167,7 @@ static int check_dirpath(char *dest, int len, char *domain, char *username, char
* \param len Length of directory string
* \param domain String. Ignored if is null or empty string.
* \param folder String. Ignored if is null or empty string.
- * \param ext String. Ignored if is null or empty string.
+ * \param username String. Ignored if is null or empty string.
* \return -1 on failure, 0 on success.
*/
static int create_dirpath(char *dest, int len, char *domain, char *username, char *folder)
@@ -2898,6 +2899,7 @@ static int vm_lock_path(const char *path)
/*! \brief Access counter file, lock directory, read and possibly write it again changed
\param directory Directory to crate file in
+ \param countername filename
\param value If set to zero, we only read the variable
\param operand 0 to read, 1 to set new value, 2 to change
\return -1 on error, otherwise counter value
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 6ac668260..59e4fb0ed 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -1115,6 +1115,7 @@ static int osp_lookup(
/*!
* \brief OSP Lookup Next function
+ * \param provider OSP provider name
* \param cause Asterisk hangup cuase
* \param result Lookup results, in/output
* \return 1 Found , 0 No route, -1 Error
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 55830ebee..47bb2af79 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -20,7 +20,7 @@
*
* \brief Skeleton application
*
- * \author <Your Name Here> <<Your Email Here>>
+ * \author\verbatim <Your Name Here> <<Your Email Here>> \endvebatim
*
* This is a skeleton for development of an Asterisk application
* \ingroup applications