[Asterisk-cvs] asterisk ast_expr2f.c, 1.4, 1.5 manager.c, 1.130, 1.131 pbx.c, 1.292, 1.293 plc.c, 1.9, 1.10 say.c, 1.72, 1.73

russell russell
Wed Oct 26 19:18:48 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19495

Modified Files:
	ast_expr2f.c manager.c pbx.c plc.c say.c 
Log Message:
clean up a lot of doxygen errors and warnings (issue #5522)


Index: ast_expr2f.c
===================================================================
RCS file: /usr/cvsroot/asterisk/ast_expr2f.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ast_expr2f.c	25 Sep 2005 17:03:18 -0000	1.4
+++ ast_expr2f.c	26 Oct 2005 23:11:36 -0000	1.5
@@ -2156,7 +2156,7 @@
 
 /** Setup the input buffer state to scan a string. The next call to ast_yylex() will
  * scan from a @e copy of @a str.
- * @param str a NUL-terminated string to scan
+ * @param yy_str a NUL-terminated string to scan
  * @param yyscanner The scanner object.
  * @return the newly allocated buffer state object.
  * @note If you want to scan bytes that may contain NUL values, then use
@@ -2332,7 +2332,7 @@
 }
 
 /** 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: manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/manager.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- manager.c	26 Oct 2005 18:54:24 -0000	1.130
+++ manager.c	26 Oct 2005 23:11:36 -0000	1.131
@@ -22,7 +22,7 @@
  *
  * Channel Management and more
  * 
- * \ref manconf
+ * \ref amiconf
  */
 
 #include <stdio.h>

Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- pbx.c	26 Oct 2005 18:54:24 -0000	1.292
+++ pbx.c	26 Oct 2005 23:11:36 -0000	1.293
@@ -4932,7 +4932,6 @@
  *  This function updates the cdr for a failed spool call
  *  and takes the channel of the failed call as an argument.
  *
- * \param chan the channel for the failed call.
  */
 int ast_pbx_outgoing_cdr_failed(void)
 {

Index: plc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/plc.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- plc.c	24 Oct 2005 20:12:05 -0000	1.9
+++ plc.c	26 Oct 2005 23:11:36 -0000	1.10
@@ -28,8 +28,6 @@
  *
  */
 
-/*! \file */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

Index: say.c
===================================================================
RCS file: /usr/cvsroot/asterisk/say.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- say.c	26 Oct 2005 13:03:16 -0000	1.72
+++ say.c	26 Oct 2005 23:11:36 -0000	1.73
@@ -3591,7 +3591,7 @@
 
 /** ast_say_date_with_format_he Say formmated date in Hebrew
  *
- * @seealso ast_say_date_with_format_en for the details of the options 
+ * \ref ast_say_date_with_format_en for the details of the options 
  *
  * Changes from the English version: 
  *




More information about the svn-commits mailing list