[SCM] libav/experimental: Add doxygen @file comment block

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 07e6384dd8b31d866833efde77dc263ee3ebc6b1
Author: Peter Ross <pross at xvid.org>
Date:   Mon Jul 19 11:50:07 2010 +0000

    Add doxygen @file comment block
    
    Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/cga_data.c b/libavcodec/cga_data.c
index bdadaf7..160d77c 100644
--- a/libavcodec/cga_data.c
+++ b/libavcodec/cga_data.c
@@ -1,5 +1,4 @@
 /*
- * @file
  * CGA/EGA/VGA ROM data
  *
  * This file is part of FFmpeg.
@@ -19,6 +18,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * CGA/EGA/VGA ROM data
+ */
+
 #include <stdint.h>
 #include "cga_data.h"
 
diff --git a/libavcodec/cga_data.h b/libavcodec/cga_data.h
index 352918b..788b2b3 100644
--- a/libavcodec/cga_data.h
+++ b/libavcodec/cga_data.h
@@ -1,5 +1,4 @@
 /*
- * @file
  * CGA/EGA/VGA ROM data
  *
  * This file is part of FFmpeg.
@@ -19,6 +18,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * CGA/EGA/VGA ROM data
+ */
+
 #ifndef AVCODEC_CGA_DATA_H
 #define AVCODEC_CGA_DATA_H
 
diff --git a/libavformat/sauce.c b/libavformat/sauce.c
index 45125c5..4972d33 100644
--- a/libavformat/sauce.c
+++ b/libavformat/sauce.c
@@ -1,5 +1,4 @@
 /*
- * @file
  * SAUCE header parser
  * Copyright (c) 2010 Peter Ross <pross at xvid.org>
  *
@@ -20,6 +19,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * SAUCE header parser
+ */
+
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
 #include "sauce.h"
diff --git a/libavformat/sauce.h b/libavformat/sauce.h
index 100d835..0ba9ae5 100644
--- a/libavformat/sauce.h
+++ b/libavformat/sauce.h
@@ -1,5 +1,4 @@
 /*
- * @file
  * SAUCE header parser
  * Copyright (c) 2010 Peter Ross <pross at xvid.org>
  *
@@ -20,6 +19,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * SAUCE header parser
+ */
+
 #ifndef AVFORMAT_SAUCE_H
 #define AVFORMAT_SAUCE_H
 
diff --git a/libavformat/tty.c b/libavformat/tty.c
index 03a4f16..9a40fec 100644
--- a/libavformat/tty.c
+++ b/libavformat/tty.c
@@ -1,5 +1,4 @@
 /*
- * @file
  * Tele-typewriter demuxer
  * Copyright (c) 2010 Peter Ross <pross at xvid.org>
  *
@@ -20,6 +19,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * Tele-typewriter demuxer
+ */
+
 #include "libavutil/intreadwrite.h"
 #include "libavutil/avstring.h"
 #include "avformat.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list