From 92ea5eda9024bd59e17219793c775d1dccf0df84 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 27 Feb 2011 20:01:38 +0000 Subject: doxygen: blender/quicktime tagged. --- source/blender/quicktime/apple/quicktime_export.c | 5 +++++ source/blender/quicktime/apple/quicktime_import.c | 5 +++++ source/blender/quicktime/quicktime_export.h | 5 +++++ source/blender/quicktime/quicktime_import.h | 5 +++++ 4 files changed, 20 insertions(+) (limited to 'source/blender') diff --git a/source/blender/quicktime/apple/quicktime_export.c b/source/blender/quicktime/apple/quicktime_export.c index d61e0b16155..9b8f0bce6fb 100644 --- a/source/blender/quicktime/apple/quicktime_export.c +++ b/source/blender/quicktime/apple/quicktime_export.c @@ -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 diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c index 8241fea447a..192fd3c4332 100644 --- a/source/blender/quicktime/apple/quicktime_import.c +++ b/source/blender/quicktime/apple/quicktime_import.c @@ -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__) diff --git a/source/blender/quicktime/quicktime_export.h b/source/blender/quicktime/quicktime_export.h index ece19c2a521..1c4f7a65e1e 100644 --- a/source/blender/quicktime/quicktime_export.h +++ b/source/blender/quicktime/quicktime_export.h @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/quicktime/quicktime_export.h + * \ingroup quicktime + */ + + #ifndef __QUICKTIME_EXPORT_H__ #define __QUICKTIME_EXPORT_H__ diff --git a/source/blender/quicktime/quicktime_import.h b/source/blender/quicktime/quicktime_import.h index d7f96375fa4..7ca71cb9d4f 100644 --- a/source/blender/quicktime/quicktime_import.h +++ b/source/blender/quicktime/quicktime_import.h @@ -29,6 +29,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/quicktime/quicktime_import.h + * \ingroup quicktime + */ + + #ifndef __QUICKTIME_IMP_H__ #define __QUICKTIME_IMP_H__ -- cgit v1.2.3