Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-23 13:52:22 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-23 13:52:22 +0300
commit5b607701a7541c328cc058e10bd7a8c6d0c998ab (patch)
tree440381c937b4e850eef2b34f87061f9ac96fb1ca /source/blender/quicktime
parent5a70edc4afd2f878b1d62168a2dd86edfe66a5fb (diff)
doxygen: prevent GPL license block from being parsed as doxygen comment.
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/quicktime_export.c2
-rw-r--r--source/blender/quicktime/apple/quicktime_import.c2
-rw-r--r--source/blender/quicktime/quicktime_import.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/quicktime/apple/quicktime_export.c b/source/blender/quicktime/apple/quicktime_export.c
index 40dc0df6b9b..d61e0b16155 100644
--- a/source/blender/quicktime/apple/quicktime_export.c
+++ b/source/blender/quicktime/apple/quicktime_export.c
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
*
* quicktime_export.c
diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c
index cec5a1735fc..8241fea447a 100644
--- a/source/blender/quicktime/apple/quicktime_import.c
+++ b/source/blender/quicktime/apple/quicktime_import.c
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
*
* quicktime_import.c
diff --git a/source/blender/quicktime/quicktime_import.h b/source/blender/quicktime/quicktime_import.h
index bfc71b65127..d7f96375fa4 100644
--- a/source/blender/quicktime/quicktime_import.h
+++ b/source/blender/quicktime/quicktime_import.h
@@ -1,4 +1,4 @@
-/**
+/*
* Quicktime_import.h
*
* $Id$