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:
Diffstat (limited to 'source/blender/blenpluginapi/iff.h')
-rw-r--r--source/blender/blenpluginapi/iff.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h
index 6a6764cd961..98382aca889 100644
--- a/source/blender/blenpluginapi/iff.h
+++ b/source/blender/blenpluginapi/iff.h
@@ -1,6 +1,3 @@
-/** \file blender/blenpluginapi/iff.h
- * \ingroup blpluginapi
- */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
*
* All rights reserved.
@@ -33,6 +30,10 @@
#ifndef __IFF_H__
#define __IFF_H__
+/** \file blender/blenpluginapi/iff.h
+ * \ingroup blpluginapi
+ */
+
#include <sys/types.h>
#include "util.h"
#include "externdef.h"