doxygen: blender/blenloader tagged.

This commit is contained in:
Nathan Letwory
2011-02-27 20:35:41 +00:00
parent 1e141725c5
commit cfd54244cc
10 changed files with 31 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
#define BLO_READFILE_H
/** \file BLO_readfile.h
* \ingroup readwrite
* \ingroup blenloader
* \brief external readfile function prototypes.
*/

View File

@@ -30,7 +30,7 @@
#define BLO_SOUNDFILE_H
/** \file BLO_soundfile.h
* \ingroup readwrite
* \ingroup blenloader
*/
#include "DNA_sound_types.h"

View File

@@ -27,8 +27,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file BLO_sys_types.h
* \ingroup readwrite
/** \file blenloader/BLO_sys_types.h
* \ingroup blenloader
*
* A platform-independent definition of [u]intXX_t
* Plus the accompanying header include for htonl/ntohl

View File

@@ -32,7 +32,7 @@
#define BLO_UNDOFILE_H
/** \file BLO_undofile.h
* \ingroup readwrite
* \ingroup blenloader
*/
typedef struct {

View File

@@ -31,7 +31,7 @@
#define BLO_WRITEFILE_H
/** \file BLO_writefile.h
* \ingroup readwrite
* \ingroup blenloader
* \brief external writefile function prototypes.
*/

View File

@@ -28,6 +28,11 @@
* .blend file reading entry point
*/
/** \file blender/blenloader/intern/readblenentry.c
* \ingroup blenloader
*/
#include <stddef.h>
#include "BLI_storage.h" /* _LARGEFILE_SOURCE */

View File

@@ -27,6 +27,11 @@
*
*/
/** \file blender/blenloader/intern/readfile.c
* \ingroup blenloader
*/
#include "zlib.h"
#include <limits.h>

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
* blenloader readfile private function prototypes
*/
/** \file blender/blenloader/intern/readfile.h
* \ingroup blenloader
*/
#ifndef READFILE_H
#define READFILE_H

View File

@@ -28,6 +28,11 @@
* .blend file reading entry point
*/
/** \file blender/blenloader/intern/undofile.c
* \ingroup blenloader
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/blenloader/intern/writefile.c
* \ingroup blenloader
*/
/*
FILEFORMAT: IFF-style structure (but not IFF compatible!)