summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/cga_data.c6
-rw-r--r--libavcodec/cga_data.h6
-rw-r--r--libavformat/sauce.c6
-rw-r--r--libavformat/sauce.h6
-rw-r--r--libavformat/tty.c6
5 files changed, 25 insertions, 5 deletions
diff --git a/libavcodec/cga_data.c b/libavcodec/cga_data.c
index bdadaf723c..160d77cde2 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 352918b6b0..788b2b3911 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 45125c5b3f..4972d33942 100644
--- a/libavformat/sauce.c
+++ b/libavformat/sauce.c
@@ -1,5 +1,4 @@
/*
- * @file
* SAUCE header parser
* Copyright (c) 2010 Peter Ross <pross@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 100d83523f..0ba9ae5b4a 100644
--- a/libavformat/sauce.h
+++ b/libavformat/sauce.h
@@ -1,5 +1,4 @@
/*
- * @file
* SAUCE header parser
* Copyright (c) 2010 Peter Ross <pross@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 03a4f16d76..9a40fec471 100644
--- a/libavformat/tty.c
+++ b/libavformat/tty.c
@@ -1,5 +1,4 @@
/*
- * @file
* Tele-typewriter demuxer
* Copyright (c) 2010 Peter Ross <pross@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"