doxygen: blender/blenloader tagged.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#define BLO_READFILE_H
|
||||
|
||||
/** \file BLO_readfile.h
|
||||
* \ingroup readwrite
|
||||
* \ingroup blenloader
|
||||
* \brief external readfile function prototypes.
|
||||
*/
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#define BLO_SOUNDFILE_H
|
||||
|
||||
/** \file BLO_soundfile.h
|
||||
* \ingroup readwrite
|
||||
* \ingroup blenloader
|
||||
*/
|
||||
|
||||
#include "DNA_sound_types.h"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#define BLO_UNDOFILE_H
|
||||
|
||||
/** \file BLO_undofile.h
|
||||
* \ingroup readwrite
|
||||
* \ingroup blenloader
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#define BLO_WRITEFILE_H
|
||||
|
||||
/** \file BLO_writefile.h
|
||||
* \ingroup readwrite
|
||||
* \ingroup blenloader
|
||||
* \brief external writefile function prototypes.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -27,6 +27,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/blenloader/intern/readfile.c
|
||||
* \ingroup blenloader
|
||||
*/
|
||||
|
||||
|
||||
#include "zlib.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/blenloader/intern/writefile.c
|
||||
* \ingroup blenloader
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
FILEFORMAT: IFF-style structure (but not IFF compatible!)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user