[Ffmpeg-cvslog] CVS: ffmpeg/doc ffmpeg-doc.texi,1.88,1.89

Måns Rullgård CVS mru
Tue Aug 16 20:08:31 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/doc
In directory mail:/var2/tmp/cvs-serv5110/doc

Modified Files:
	ffmpeg-doc.texi 
Log Message:
remove junk characters


Index: ffmpeg-doc.texi
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/doc/ffmpeg-doc.texi,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- ffmpeg-doc.texi	5 Aug 2005 01:06:04 -0000	1.88
+++ ffmpeg-doc.texi	16 Aug 2005 18:08:29 -0000	1.89
@@ -1033,30 +1033,30 @@
 All structures and their member variables should be documented, too.
 @example
 /**
-?* @@file mpeg.c
-?* MPEG codec.
-?* @@author ...
-?*/
+ * @@file mpeg.c
+ * MPEG codec.
+ * @@author ...
+ */
 
 /**
-?* Summary sentence.
-?* more text ...
-?* ...
-?*/
+ * Summary sentence.
+ * more text ...
+ * ...
+ */
 typedef struct Foobar@{
-? ? int var1; /**< var1 description */
-? ? int var2; ///< var2 description
-? ? /** var3 description */
-? ? int var3;
+    int var1; /**< var1 description */
+    int var2; ///< var2 description
+    /** var3 description */
+    int var3;
 @} Foobar;
 
 /**
-?* Summary sentence.
-?* more text ...
-?* ...
-?* @@param my_parameter description of my_parameter
-?* @@return return value description
-?*/
+ * Summary sentence.
+ * more text ...
+ * ...
+ * @@param my_parameter description of my_parameter
+ * @@return return value description
+ */
 int myfunc(int my_parameter)
 ...
 @end example





More information about the ffmpeg-cvslog mailing list