doxygen: readblenfile part of data group

This commit is contained in:
Nathan Letwory 2011-02-18 10:35:37 +00:00
parent 11e3b6b0b5
commit b74601078d
3 changed files with 11 additions and 2 deletions

@ -623,7 +623,8 @@ INPUT = doxygen.main \
../source/blender/makesdna \
../source/blender/makesrna \
../intern/ghost \
../source/blender/blenloader
../source/blender/blenloader \
../source/blender/readblenfile
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is

@ -87,6 +87,10 @@
* \ingroup data
*/
/** \defgroup readblenfile readblenfile
* \ingroup data
*/
/** \defgroup gui GUI */
/** \defgroup wm windowmanager

@ -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