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-18 13:35:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-18 13:35:37 +0300
commitb74601078d08a923241d3b52e065afd663e2ff3f (patch)
tree65b15bc3f85e8866a82fbbd50e62e04721778994 /source/blender/readblenfile
parent11e3b6b0b5e107a5aa765c3d5a814f304ca3dafa (diff)
doxygen: readblenfile part of data group
Diffstat (limited to 'source/blender/readblenfile')
-rw-r--r--source/blender/readblenfile/BLO_readblenfile.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/readblenfile/BLO_readblenfile.h b/source/blender/readblenfile/BLO_readblenfile.h
index 14143db4bc5..a928148f208 100644
--- a/source/blender/readblenfile/BLO_readblenfile.h
+++ b/source/blender/readblenfile/BLO_readblenfile.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@@ -31,6 +31,10 @@
#ifndef BLO_READBLENFILE_H
#define BLO_READBLENFILE_H
+/** \file BLO_readblenfile.h
+ * \ingroup readblenfile
+ */
+
#ifdef __cplusplus
extern "C" {
#endif