doxygen: blender/readblenfile tagged.

This commit is contained in:
Nathan Letwory 2011-02-27 19:59:59 +00:00
parent a61c41c7a5
commit a100993878
4 changed files with 12 additions and 3 deletions

@ -1,6 +1,10 @@
/** \defgroup blenderplayer Blender Player */
/** \defgroup blc bad level calls
* \ingroup blenderplayer
*/
/** \defgroup render Rendering
* \ingroup blender
*/
@ -111,7 +115,7 @@
* \ingroup blender data
*/
/** \defgroup readblenfile readblenfile
/** \defgroup blo readblenfile
* \ingroup blender data
*/

@ -32,7 +32,7 @@
#define BLO_READBLENFILE_H
/** \file BLO_readblenfile.h
* \ingroup readblenfile
* \ingroup blo
*/
#ifdef __cplusplus

@ -30,7 +30,7 @@
/**
* \file BLO_readblenfile.c
* \brief This file handles the loading if .blend files
* \ingroup mainmodule
* \ingroup blo
*/
#include <stdio.h>
#include <stdlib.h>

@ -28,6 +28,11 @@
*
*/
/** \file blender/readblenfile/stub/BLO_readblenfileSTUB.c
* \ingroup blo
*/
#include <stdio.h>
#include "GEN_messaging.h"