]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a few doxygen warnings.
authorNorth Antara <north@ntbox.com>
Wed, 19 Jul 2006 22:40:36 +0000 (22:40 +0000)
committerNorth Antara <north@ntbox.com>
Wed, 19 Jul 2006 22:40:36 +0000 (22:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38009 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ast_expr2f.c
channels/chan_sip.c
formats/format_ogg_vorbis.c
include/asterisk/abstract_jb.h

index 7d790924d8e4901732e0db5d064f653f241acd76..3693e4842153b8d1a5195c3087a32c77c1e5f329 100644 (file)
@@ -2722,8 +2722,8 @@ YY_BUFFER_STATE ast_yy_scan_string (yyconst char * yystr , yyscan_t yyscanner)
 
 /** Setup the input buffer state to scan the given bytes. The next call to ast_yylex() will
  * scan from a @e copy of @a bytes.
- * @param bytes the byte buffer to scan
- * @param len the number of bytes in the buffer pointed to by @a bytes.
+ * @param yybytes the byte buffer to scan
+ * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
  * @param yyscanner The scanner object.
  * @return the newly allocated buffer state object.
  */
@@ -2884,7 +2884,7 @@ void ast_yyset_lineno (int  line_number , yyscan_t yyscanner)
 }
 
 /** Set the current column.
- * @param line_number
+ * @param column_no
  * @param yyscanner The scanner object.
  */
 void ast_yyset_column (int  column_no , yyscan_t yyscanner)
index b9442ee1f6dd33aea224d69d2731d452d378f966..a3959c8de538e37982fd53cd4df368c35b263c88 100644 (file)
@@ -6739,7 +6739,7 @@ static int transmit_notify_with_sipfrag(struct sip_pvt *p, int cseq, char *messa
        return send_request(p, &req, 1, p->ocseq);
 }
 
-/*! \build Convert registration state status to string */
+/*! \brief Convert registration state status to string */
 static char *regstate2str(enum sipregistrystate regstate)
 {
        switch(regstate) {
index 1e346ef46e85893c08ee0b4c5da68a127380f1cb..84ef11b5d7e6c5ac7c3f740a20d2ee1384ef7a07 100644 (file)
@@ -85,7 +85,7 @@ struct vorbis_desc {  /* format specific parameters */
 
 /*!
  * \brief Create a new OGG/Vorbis filestream and set it up for reading.
- * \param f File that points to on disk storage of the OGG/Vorbis data.
+ * \param s File that points to on disk storage of the OGG/Vorbis data.
  * \return The new filestream.
  */
 static int ogg_vorbis_open(struct ast_filestream *s)
@@ -195,7 +195,7 @@ error:
 
 /*!
  * \brief Create a new OGG/Vorbis filestream and set it up for writing.
- * \param f File pointer that points to on-disk storage.
+ * \param s File pointer that points to on-disk storage.
  * \param comment Comment that should be embedded in the OGG/Vorbis file.
  * \return A new filestream.
  */
@@ -272,7 +272,7 @@ static void write_stream(struct vorbis_desc *s, FILE *f)
 
 /*!
  * \brief Write audio data from a frame to an OGG/Vorbis filestream.
- * \param s A OGG/Vorbis filestream.
+ * \param fs A OGG/Vorbis filestream.
  * \param f An frame containing audio to be written to the filestream.
  * \return -1 ifthere was an error, 0 on success.
  */
@@ -316,7 +316,7 @@ static int ogg_vorbis_write(struct ast_filestream *fs, struct ast_frame *f)
 
 /*!
  * \brief Close a OGG/Vorbis filestream.
- * \param s A OGG/Vorbis filestream.
+ * \param fs A OGG/Vorbis filestream.
  */
 static void ogg_vorbis_close(struct ast_filestream *fs)
 {
@@ -342,7 +342,7 @@ static void ogg_vorbis_close(struct ast_filestream *fs)
 
 /*!
  * \brief Get audio data.
- * \param s An OGG/Vorbis filestream.
+ * \param fs An OGG/Vorbis filestream.
  * \param pcm Pointer to a buffere to store audio data in.
  */
 
@@ -421,7 +421,7 @@ static int read_samples(struct ast_filestream *fs, float ***pcm)
 
 /*!
  * \brief Read a frame full of audio data from the filestream.
- * \param s The filestream.
+ * \param fs The filestream.
  * \param whennext Number of sample times to schedule the next call.
  * \return A pointer to a frame containing audio data or NULL ifthere is no more audio data.
  */
index 014902be804808629ddbd1b6c9be983adf8df7d9..6cfaea924875532b735a7c16a4d00119f475ffb7 100644 (file)
@@ -137,7 +137,7 @@ int ast_jb_get_when_to_wakeup(struct ast_channel *c0, struct ast_channel *c1, in
 /*!
  * \brief Puts a frame into a channel jitterbuffer.
  * \param chan channel.
- * \param frame frame.
+ * \param f frame.
  *
  * Called from ast_generic_bridge() to put a frame into a channel's jitterbuffer.
  * The function will successfuly enqueue a frame if and only if: