[MPlayer-cvslog] r33970 - in trunk: libmpcodecs/vf_remove_logo.c libmpcodecs/vf_zrmjpeg.c libvo/gl_common.c m_option.h m_struct.h osdep/mmap_anon.c pnm_loader.c stream/freesdp/common.c stream/freesdp/common.h strea...

diego subversion at mplayerhq.hu
Thu Aug 11 19:45:38 CEST 2011


Author: diego
Date: Thu Aug 11 19:45:38 2011
New Revision: 33970

Log:
doxygen: drop filename from @file directive

Specifying the filename is not necessary and brittle across renames.

Modified:
   trunk/libmpcodecs/vf_remove_logo.c
   trunk/libmpcodecs/vf_zrmjpeg.c
   trunk/libvo/gl_common.c
   trunk/m_option.h
   trunk/m_struct.h
   trunk/osdep/mmap_anon.c
   trunk/pnm_loader.c
   trunk/stream/freesdp/common.c
   trunk/stream/freesdp/common.h
   trunk/stream/freesdp/errorlist.c
   trunk/stream/freesdp/parser.c
   trunk/stream/freesdp/parser.h
   trunk/stream/freesdp/parserpriv.h
   trunk/stream/freesdp/priv.h
   trunk/subopt-helper.c
   trunk/subopt-helper.h

Modified: trunk/libmpcodecs/vf_remove_logo.c
==============================================================================
--- trunk/libmpcodecs/vf_remove_logo.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/libmpcodecs/vf_remove_logo.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -22,7 +22,7 @@
  */
 
 /**
- * \file vf_remove_logo.c
+ * \file
  *
  * \brief Advanced blur-based logo removing filter.
 

Modified: trunk/libmpcodecs/vf_zrmjpeg.c
==============================================================================
--- trunk/libmpcodecs/vf_zrmjpeg.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/libmpcodecs/vf_zrmjpeg.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -27,7 +27,7 @@
  */
 
 /**
- * \file vf_zrmjpeg.c
+ * \file
  *
  * \brief Does mjpeg encoding as required by the zrmjpeg filter as well
  * as by the zr video driver.

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/libvo/gl_common.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -28,7 +28,7 @@
  */
 
 /**
- * \file gl_common.c
+ * \file
  * \brief OpenGL helper functions used by vo_gl.c and vo_gl2.c
  */
 

Modified: trunk/m_option.h
==============================================================================
--- trunk/m_option.h	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/m_option.h	Thu Aug 11 19:45:38 2011	(r33970)
@@ -27,7 +27,7 @@
 /// \ref Properties APIs.
 ///@{
 
-/// \file m_option.h
+/// \file
 
 /// \ingroup OptionTypes
 typedef struct m_option_type m_option_type_t;

Modified: trunk/m_struct.h
==============================================================================
--- trunk/m_struct.h	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/m_struct.h	Thu Aug 11 19:45:38 2011	(r33970)
@@ -24,7 +24,7 @@
 /// An API to manipulate structs using m_option.
 ///@{
 
-/// \file m_struct.h
+/// \file
 
 struct m_option;
 

Modified: trunk/osdep/mmap_anon.c
==============================================================================
--- trunk/osdep/mmap_anon.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/osdep/mmap_anon.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -17,7 +17,7 @@
  */
 
  /**
- * \file mmap_anon.c
+ * \file
  * \brief Provide a compatible anonymous space mapping function
  */
 #include "config.h"

Modified: trunk/pnm_loader.c
==============================================================================
--- trunk/pnm_loader.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/pnm_loader.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -26,7 +26,7 @@
  */
 
 /**
- * \file pnm_loader.c
+ * \file
  * \brief PNM image files loader
  */
 

Modified: trunk/stream/freesdp/common.c
==============================================================================
--- trunk/stream/freesdp/common.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/stream/freesdp/common.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -18,7 +18,7 @@
 */
 
 /**
- * @file common.c
+ * @file
  *
  * @short Implementation of routines common to parse and formatting
  * modules .

Modified: trunk/stream/freesdp/common.h
==============================================================================
--- trunk/stream/freesdp/common.h	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/stream/freesdp/common.h	Thu Aug 11 19:45:38 2011	(r33970)
@@ -18,7 +18,7 @@
 */
 
 /**
- * @file common.h
+ * @file
  * @ingroup common
  * @short Public header common for both parsing and formatting modules.
  **/

Modified: trunk/stream/freesdp/errorlist.c
==============================================================================
--- trunk/stream/freesdp/errorlist.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/stream/freesdp/errorlist.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -18,7 +18,7 @@
 */
 
 /**
- * @file errorlist.c
+ * @file
  *
  * @short Translation table for error numbers
  *

Modified: trunk/stream/freesdp/parser.c
==============================================================================
--- trunk/stream/freesdp/parser.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/stream/freesdp/parser.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -22,7 +22,7 @@
 */
 
 /**
- * @file parser.c
+ * @file
  *
  * @short Parsing module implementation.
  *

Modified: trunk/stream/freesdp/parser.h
==============================================================================
--- trunk/stream/freesdp/parser.h	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/stream/freesdp/parser.h	Thu Aug 11 19:45:38 2011	(r33970)
@@ -22,7 +22,7 @@
 */
 
 /**
- * @file parser.h
+ * @file
  * @ingroup parser
  * @short Specific public header for parsing module.
  **/

Modified: trunk/stream/freesdp/parserpriv.h
==============================================================================
--- trunk/stream/freesdp/parserpriv.h	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/stream/freesdp/parserpriv.h	Thu Aug 11 19:45:38 2011	(r33970)
@@ -18,7 +18,7 @@
 */
 
 /**
- * @file parserpriv.h
+ * @file
  *
  * @short Private header for parser module.
  **/

Modified: trunk/stream/freesdp/priv.h
==============================================================================
--- trunk/stream/freesdp/priv.h	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/stream/freesdp/priv.h	Thu Aug 11 19:45:38 2011	(r33970)
@@ -22,7 +22,7 @@
 */
 
 /**
- * @file priv.h
+ * @file
  *
  * @short Common private header for both formatting and parsing modules.
  **/

Modified: trunk/subopt-helper.c
==============================================================================
--- trunk/subopt-helper.c	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/subopt-helper.c	Thu Aug 11 19:45:38 2011	(r33970)
@@ -17,7 +17,7 @@
  */
 
 /**
- * \file subopt-helper.c
+ * \file
  *
  * \brief Compensates the suboption parsing code duplication a bit.
  *

Modified: trunk/subopt-helper.h
==============================================================================
--- trunk/subopt-helper.h	Thu Aug 11 19:45:34 2011	(r33969)
+++ trunk/subopt-helper.h	Thu Aug 11 19:45:38 2011	(r33970)
@@ -20,7 +20,7 @@
 #define MPLAYER_SUBOPT_HELPER_H
 
 /**
- * \file subopt-helper.h
+ * \file
  *
  * \brief Datatype and functions declarations for usage
  *        of the suboption parser.


More information about the MPlayer-cvslog mailing list