[SCM] libav/experimental: remove junk characters

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:55 UTC 2013


The following commit has been merged in the experimental branch:
commit 2185824b1082e449587dfab5c649bd4f687c7e22
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Aug 16 18:08:29 2005 +0000

    remove junk characters
    
    Originally committed as revision 4530 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 8101ff9..208889f 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1033,30 +1033,30 @@ above them explaining what the function does, even if it's just one sentence.
 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list