[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35235] trunk/blender/source/blender/ quicktime: doxygen: blender/quicktime tagged.

Nathan Letwory nathan at letworyinteractive.com
Sun Feb 27 21:01:39 CET 2011


Revision: 35235
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35235
Author:   jesterking
Date:     2011-02-27 20:01:38 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
doxygen: blender/quicktime tagged.

Modified Paths:
--------------
    trunk/blender/source/blender/quicktime/apple/quicktime_export.c
    trunk/blender/source/blender/quicktime/apple/quicktime_import.c
    trunk/blender/source/blender/quicktime/quicktime_export.h
    trunk/blender/source/blender/quicktime/quicktime_import.h

Modified: trunk/blender/source/blender/quicktime/apple/quicktime_export.c
===================================================================
--- trunk/blender/source/blender/quicktime/apple/quicktime_export.c	2011-02-27 19:59:59 UTC (rev 35234)
+++ trunk/blender/source/blender/quicktime/apple/quicktime_export.c	2011-02-27 20:01:38 UTC (rev 35235)
@@ -28,6 +28,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/quicktime/apple/quicktime_export.c
+ *  \ingroup quicktime
+ */
+
+
 #ifdef WITH_QUICKTIME
 #if defined(_WIN32) || defined(__APPLE__)
 #ifndef USE_QTKIT

Modified: trunk/blender/source/blender/quicktime/apple/quicktime_import.c
===================================================================
--- trunk/blender/source/blender/quicktime/apple/quicktime_import.c	2011-02-27 19:59:59 UTC (rev 35234)
+++ trunk/blender/source/blender/quicktime/apple/quicktime_import.c	2011-02-27 20:01:38 UTC (rev 35235)
@@ -27,6 +27,11 @@
  *
  * ***** END GPL LICENSE BLOCK *****
  */
+
+/** \file blender/quicktime/apple/quicktime_import.c
+ *  \ingroup quicktime
+ */
+
 #ifdef WITH_QUICKTIME
 
 #if defined(_WIN32) || defined(__APPLE__)

Modified: trunk/blender/source/blender/quicktime/quicktime_export.h
===================================================================
--- trunk/blender/source/blender/quicktime/quicktime_export.h	2011-02-27 19:59:59 UTC (rev 35234)
+++ trunk/blender/source/blender/quicktime/quicktime_export.h	2011-02-27 20:01:38 UTC (rev 35235)
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/quicktime/quicktime_export.h
+ *  \ingroup quicktime
+ */
+
+
 #ifndef __QUICKTIME_EXPORT_H__
 #define __QUICKTIME_EXPORT_H__
 

Modified: trunk/blender/source/blender/quicktime/quicktime_import.h
===================================================================
--- trunk/blender/source/blender/quicktime/quicktime_import.h	2011-02-27 19:59:59 UTC (rev 35234)
+++ trunk/blender/source/blender/quicktime/quicktime_import.h	2011-02-27 20:01:38 UTC (rev 35235)
@@ -29,7 +29,12 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/quicktime/quicktime_import.h
+ *  \ingroup quicktime
+ */
 
+
+
 #ifndef __QUICKTIME_IMP_H__
 #define __QUICKTIME_IMP_H__
 




More information about the Bf-blender-cvs mailing list