Browse Source

Add doxygen @file comment block

Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Peter Ross 15 years ago
parent
commit
07e6384dd8
5 changed files with 25 additions and 5 deletions
  1. +5
    -1
      libavcodec/cga_data.c
  2. +5
    -1
      libavcodec/cga_data.h
  3. +5
    -1
      libavformat/sauce.c
  4. +5
    -1
      libavformat/sauce.h
  5. +5
    -1
      libavformat/tty.c

+ 5
- 1
libavcodec/cga_data.c View File

@@ -1,5 +1,4 @@
/* /*
* @file
* CGA/EGA/VGA ROM data * CGA/EGA/VGA ROM data
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
@@ -19,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */


/**
* @file
* CGA/EGA/VGA ROM data
*/

#include <stdint.h> #include <stdint.h>
#include "cga_data.h" #include "cga_data.h"




+ 5
- 1
libavcodec/cga_data.h View File

@@ -1,5 +1,4 @@
/* /*
* @file
* CGA/EGA/VGA ROM data * CGA/EGA/VGA ROM data
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
@@ -19,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */


/**
* @file
* CGA/EGA/VGA ROM data
*/

#ifndef AVCODEC_CGA_DATA_H #ifndef AVCODEC_CGA_DATA_H
#define AVCODEC_CGA_DATA_H #define AVCODEC_CGA_DATA_H




+ 5
- 1
libavformat/sauce.c View File

@@ -1,5 +1,4 @@
/* /*
* @file
* SAUCE header parser * SAUCE header parser
* Copyright (c) 2010 Peter Ross <pross@xvid.org> * Copyright (c) 2010 Peter Ross <pross@xvid.org>
* *
@@ -20,6 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */


/**
* @file
* SAUCE header parser
*/

#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "avformat.h" #include "avformat.h"
#include "sauce.h" #include "sauce.h"


+ 5
- 1
libavformat/sauce.h View File

@@ -1,5 +1,4 @@
/* /*
* @file
* SAUCE header parser * SAUCE header parser
* Copyright (c) 2010 Peter Ross <pross@xvid.org> * Copyright (c) 2010 Peter Ross <pross@xvid.org>
* *
@@ -20,6 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */


/**
* @file
* SAUCE header parser
*/

#ifndef AVFORMAT_SAUCE_H #ifndef AVFORMAT_SAUCE_H
#define AVFORMAT_SAUCE_H #define AVFORMAT_SAUCE_H




+ 5
- 1
libavformat/tty.c View File

@@ -1,5 +1,4 @@
/* /*
* @file
* Tele-typewriter demuxer * Tele-typewriter demuxer
* Copyright (c) 2010 Peter Ross <pross@xvid.org> * Copyright (c) 2010 Peter Ross <pross@xvid.org>
* *
@@ -20,6 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */


/**
* @file
* Tele-typewriter demuxer
*/

#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "libavutil/avstring.h" #include "libavutil/avstring.h"
#include "avformat.h" #include "avformat.h"


Loading…
Cancel
Save