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-27 23:37:56 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:37:56 +0300
commit7900b5949ff99667fb2a4286c4d4a54068a968cd (patch)
treea74a23ee4a47ce4b297f143945a81d563ad19271 /source/blender
parentcfd54244ccf06a811476af03dd95ad35248f4ff0 (diff)
doxygen: blender/blenlib tagged.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/PIL_dynlib.h5
-rw-r--r--source/blender/blenlib/PIL_time.h5
-rw-r--r--source/blender/blenlib/intern/BLI_args.c5
-rw-r--r--source/blender/blenlib/intern/BLI_callbacks.h5
-rw-r--r--source/blender/blenlib/intern/BLI_dynstr.c5
-rw-r--r--source/blender/blenlib/intern/BLI_ghash.c5
-rw-r--r--source/blender/blenlib/intern/BLI_heap.c5
-rw-r--r--source/blender/blenlib/intern/BLI_kdopbvh.c5
-rw-r--r--source/blender/blenlib/intern/BLI_kdtree.c5
-rw-r--r--source/blender/blenlib/intern/BLI_linklist.c5
-rw-r--r--source/blender/blenlib/intern/BLI_memarena.c5
-rw-r--r--source/blender/blenlib/intern/BLI_mempool.c5
-rw-r--r--source/blender/blenlib/intern/DLRB_tree.c5
-rw-r--r--source/blender/blenlib/intern/boxpack2d.c5
-rw-r--r--source/blender/blenlib/intern/bpath.c5
-rw-r--r--source/blender/blenlib/intern/cpu.c5
-rw-r--r--source/blender/blenlib/intern/dynamiclist.h5
-rw-r--r--source/blender/blenlib/intern/dynlib.c5
-rw-r--r--source/blender/blenlib/intern/edgehash.c5
-rw-r--r--source/blender/blenlib/intern/fileops.c5
-rw-r--r--source/blender/blenlib/intern/fnmatch.c3
-rw-r--r--source/blender/blenlib/intern/freetypefont.c5
-rw-r--r--source/blender/blenlib/intern/graph.c5
-rw-r--r--source/blender/blenlib/intern/gsqueue.c5
-rw-r--r--source/blender/blenlib/intern/jitter.c5
-rw-r--r--source/blender/blenlib/intern/listbase.c5
-rw-r--r--source/blender/blenlib/intern/math_base.c5
-rw-r--r--source/blender/blenlib/intern/math_base_inline.c5
-rw-r--r--source/blender/blenlib/intern/math_color.c5
-rw-r--r--source/blender/blenlib/intern/math_geom.c5
-rw-r--r--source/blender/blenlib/intern/math_geom_inline.c5
-rw-r--r--source/blender/blenlib/intern/math_matrix.c5
-rw-r--r--source/blender/blenlib/intern/math_rotation.c5
-rw-r--r--source/blender/blenlib/intern/math_vector.c5
-rw-r--r--source/blender/blenlib/intern/math_vector_inline.c5
-rw-r--r--source/blender/blenlib/intern/noise.c5
-rw-r--r--source/blender/blenlib/intern/path_util.c5
-rw-r--r--source/blender/blenlib/intern/pbvh.c5
-rw-r--r--source/blender/blenlib/intern/rand.c5
-rw-r--r--source/blender/blenlib/intern/rct.c5
-rw-r--r--source/blender/blenlib/intern/scanfill.c5
-rw-r--r--source/blender/blenlib/intern/storage.c5
-rw-r--r--source/blender/blenlib/intern/string.c5
-rw-r--r--source/blender/blenlib/intern/threads.c5
-rw-r--r--source/blender/blenlib/intern/time.c5
-rw-r--r--source/blender/blenlib/intern/uvproject.c5
-rw-r--r--source/blender/blenlib/intern/voxel.c5
-rw-r--r--source/blender/blenlib/intern/winstuff.c5
48 files changed, 238 insertions, 0 deletions
diff --git a/source/blender/blenlib/PIL_dynlib.h b/source/blender/blenlib/PIL_dynlib.h
index 87eda213fd8..5569954c116 100644
--- a/source/blender/blenlib/PIL_dynlib.h
+++ b/source/blender/blenlib/PIL_dynlib.h
@@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/blenlib/PIL_dynlib.h
+ * \ingroup bli
+ */
+
#ifndef __PIL_DYNLIB_H__
#define __PIL_DYNLIB_H__
diff --git a/source/blender/blenlib/PIL_time.h b/source/blender/blenlib/PIL_time.h
index 6cb4cf6ffcf..b44b7c742f9 100644
--- a/source/blender/blenlib/PIL_time.h
+++ b/source/blender/blenlib/PIL_time.h
@@ -29,6 +29,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/blenlib/PIL_time.h
+ * \ingroup bli
+ */
+
#ifndef PIL_TIME_H
#define PIL_TIME_H
diff --git a/source/blender/blenlib/intern/BLI_args.c b/source/blender/blenlib/intern/BLI_args.c
index 4c059c62475..7bc93a3d3a0 100644
--- a/source/blender/blenlib/intern/BLI_args.c
+++ b/source/blender/blenlib/intern/BLI_args.c
@@ -29,6 +29,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/BLI_args.c
+ * \ingroup bli
+ */
+
+
#include <ctype.h> /* for tolower */
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/BLI_callbacks.h b/source/blender/blenlib/intern/BLI_callbacks.h
index 71f68d33f2f..ad09339e61a 100644
--- a/source/blender/blenlib/intern/BLI_callbacks.h
+++ b/source/blender/blenlib/intern/BLI_callbacks.h
@@ -31,6 +31,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/BLI_callbacks.h
+ * \ingroup bli
+ */
+
+
#ifndef BLI_CALLBACKS_H
#define BLI_CALLBACKS_H
diff --git a/source/blender/blenlib/intern/BLI_dynstr.c b/source/blender/blenlib/intern/BLI_dynstr.c
index dcda7daacb3..7587a5195a2 100644
--- a/source/blender/blenlib/intern/BLI_dynstr.c
+++ b/source/blender/blenlib/intern/BLI_dynstr.c
@@ -28,6 +28,11 @@
* Dynamically sized string ADT
*/
+/** \file blender/blenlib/intern/BLI_dynstr.c
+ * \ingroup bli
+ */
+
+
#include <stdarg.h>
#include <string.h>
diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c
index df78c9fb7d2..0144dea3960 100644
--- a/source/blender/blenlib/intern/BLI_ghash.c
+++ b/source/blender/blenlib/intern/BLI_ghash.c
@@ -28,6 +28,11 @@
* A general (pointer -> pointer) hash table ADT
*/
+/** \file blender/blenlib/intern/BLI_ghash.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
diff --git a/source/blender/blenlib/intern/BLI_heap.c b/source/blender/blenlib/intern/BLI_heap.c
index 027d3da6499..a0b71dbde0e 100644
--- a/source/blender/blenlib/intern/BLI_heap.c
+++ b/source/blender/blenlib/intern/BLI_heap.c
@@ -28,6 +28,11 @@
* A heap / priority queue ADT.
*/
+/** \file blender/blenlib/intern/BLI_heap.c
+ * \ingroup bli
+ */
+
+
#include <string.h>
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/BLI_kdopbvh.c b/source/blender/blenlib/intern/BLI_kdopbvh.c
index 01f2ab4436c..f8a85c8ba76 100644
--- a/source/blender/blenlib/intern/BLI_kdopbvh.c
+++ b/source/blender/blenlib/intern/BLI_kdopbvh.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/BLI_kdopbvh.c
+ * \ingroup bli
+ */
+
+
#include <assert.h>
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/BLI_kdtree.c b/source/blender/blenlib/intern/BLI_kdtree.c
index 24fe4c081d9..713bfde3417 100644
--- a/source/blender/blenlib/intern/BLI_kdtree.c
+++ b/source/blender/blenlib/intern/BLI_kdtree.c
@@ -28,6 +28,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/BLI_kdtree.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/BLI_linklist.c b/source/blender/blenlib/intern/BLI_linklist.c
index deb4ee79157..2de1689713e 100644
--- a/source/blender/blenlib/intern/BLI_linklist.c
+++ b/source/blender/blenlib/intern/BLI_linklist.c
@@ -28,6 +28,11 @@
* Support for linked lists.
*/
+/** \file blender/blenlib/intern/BLI_linklist.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"
#include "BLI_linklist.h"
#include "BLI_memarena.h"
diff --git a/source/blender/blenlib/intern/BLI_memarena.c b/source/blender/blenlib/intern/BLI_memarena.c
index 52638158b18..6ce5621e30d 100644
--- a/source/blender/blenlib/intern/BLI_memarena.c
+++ b/source/blender/blenlib/intern/BLI_memarena.c
@@ -28,6 +28,11 @@
* Efficient memory allocation for lots of similar small chunks.
*/
+/** \file blender/blenlib/intern/BLI_memarena.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/BLI_mempool.c b/source/blender/blenlib/intern/BLI_mempool.c
index 449195fefd1..84e6151abaa 100644
--- a/source/blender/blenlib/intern/BLI_mempool.c
+++ b/source/blender/blenlib/intern/BLI_mempool.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/BLI_mempool.c
+ * \ingroup bli
+ */
+
+
/*
Simple, fast memory allocator for allocating many elements of the same size.
*/
diff --git a/source/blender/blenlib/intern/DLRB_tree.c b/source/blender/blenlib/intern/DLRB_tree.c
index fa2edac0897..590425a8f06 100644
--- a/source/blender/blenlib/intern/DLRB_tree.c
+++ b/source/blender/blenlib/intern/DLRB_tree.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/DLRB_tree.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
diff --git a/source/blender/blenlib/intern/boxpack2d.c b/source/blender/blenlib/intern/boxpack2d.c
index 643dcb6efca..4c16363f6d3 100644
--- a/source/blender/blenlib/intern/boxpack2d.c
+++ b/source/blender/blenlib/intern/boxpack2d.c
@@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/boxpack2d.c
+ * \ingroup bli
+ */
+
+
#include <stdlib.h> /* for qsort */
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/bpath.c b/source/blender/blenlib/intern/bpath.c
index c1e110dbe03..a56b1392b69 100644
--- a/source/blender/blenlib/intern/bpath.c
+++ b/source/blender/blenlib/intern/bpath.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/bpath.c
+ * \ingroup bli
+ */
+
+
#include <sys/stat.h>
#include <string.h>
diff --git a/source/blender/blenlib/intern/cpu.c b/source/blender/blenlib/intern/cpu.c
index 644b4e72025..860a0cae2d1 100644
--- a/source/blender/blenlib/intern/cpu.c
+++ b/source/blender/blenlib/intern/cpu.c
@@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/cpu.c
+ * \ingroup bli
+ */
+
+
#include "BLI_cpu.h"
int BLI_cpu_support_sse2(void)
diff --git a/source/blender/blenlib/intern/dynamiclist.h b/source/blender/blenlib/intern/dynamiclist.h
index 03ccca576ff..7b496a5fed5 100644
--- a/source/blender/blenlib/intern/dynamiclist.h
+++ b/source/blender/blenlib/intern/dynamiclist.h
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/dynamiclist.h
+ * \ingroup bli
+ */
+
+
#ifndef B_DYNAMIC_LIST_H
#define B_DYNAMIC_LIST_H
diff --git a/source/blender/blenlib/intern/dynlib.c b/source/blender/blenlib/intern/dynlib.c
index eb769d19210..855fa2dfbf9 100644
--- a/source/blender/blenlib/intern/dynlib.c
+++ b/source/blender/blenlib/intern/dynlib.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/dynlib.c
+ * \ingroup bli
+ */
+
+
#include <stdlib.h>
#include "../PIL_dynlib.h"
diff --git a/source/blender/blenlib/intern/edgehash.c b/source/blender/blenlib/intern/edgehash.c
index 1ce3f179558..bcd6855f272 100644
--- a/source/blender/blenlib/intern/edgehash.c
+++ b/source/blender/blenlib/intern/edgehash.c
@@ -28,6 +28,11 @@
* A general (pointer -> pointer) hash table ADT
*/
+/** \file blender/blenlib/intern/edgehash.c
+ * \ingroup bli
+ */
+
+
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/blenlib/intern/fileops.c b/source/blender/blenlib/intern/fileops.c
index 5ee652264c0..bf73f2a3fce 100644
--- a/source/blender/blenlib/intern/fileops.c
+++ b/source/blender/blenlib/intern/fileops.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/fileops.c
+ * \ingroup bli
+ */
+
+
#include <string.h>
#include <stdio.h>
diff --git a/source/blender/blenlib/intern/fnmatch.c b/source/blender/blenlib/intern/fnmatch.c
index c44ee754110..ae04075bda6 100644
--- a/source/blender/blenlib/intern/fnmatch.c
+++ b/source/blender/blenlib/intern/fnmatch.c
@@ -1,3 +1,6 @@
+/** \file blender/blenlib/intern/fnmatch.c
+ * \ingroup bli
+ */
/* Copyright (C) 1991, 1992, 1993, 1996, 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/source/blender/blenlib/intern/freetypefont.c b/source/blender/blenlib/intern/freetypefont.c
index 1b569cf794f..0f4f6c8e45d 100644
--- a/source/blender/blenlib/intern/freetypefont.c
+++ b/source/blender/blenlib/intern/freetypefont.c
@@ -30,6 +30,11 @@
* Code that uses exotic character maps is present but commented out.
*/
+/** \file blender/blenlib/intern/freetypefont.c
+ * \ingroup bli
+ */
+
+
#ifdef WIN32
#pragma warning (disable:4244)
#endif
diff --git a/source/blender/blenlib/intern/graph.c b/source/blender/blenlib/intern/graph.c
index 050effdf5b4..51e639d1c75 100644
--- a/source/blender/blenlib/intern/graph.c
+++ b/source/blender/blenlib/intern/graph.c
@@ -23,6 +23,11 @@
* graph.c: Common graph interface and methods
*/
+/** \file blender/blenlib/intern/graph.c
+ * \ingroup bli
+ */
+
+
#include <float.h>
#include <math.h>
diff --git a/source/blender/blenlib/intern/gsqueue.c b/source/blender/blenlib/intern/gsqueue.c
index 0936759b680..e6f27c78bf1 100644
--- a/source/blender/blenlib/intern/gsqueue.c
+++ b/source/blender/blenlib/intern/gsqueue.c
@@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/blenlib/intern/gsqueue.c
+ * \ingroup bli
+ */
+
#include <string.h>
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/jitter.c b/source/blender/blenlib/intern/jitter.c
index f4305d45735..16f0c86c449 100644
--- a/source/blender/blenlib/intern/jitter.c
+++ b/source/blender/blenlib/intern/jitter.c
@@ -29,6 +29,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/jitter.c
+ * \ingroup bli
+ */
+
+
#include <math.h>
#include <string.h>
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/listbase.c b/source/blender/blenlib/intern/listbase.c
index 975479a3875..15bdb4a446f 100644
--- a/source/blender/blenlib/intern/listbase.c
+++ b/source/blender/blenlib/intern/listbase.c
@@ -32,6 +32,11 @@
*
*/
+/** \file blender/blenlib/intern/listbase.c
+ * \ingroup bli
+ */
+
+
#include <string.h>
#include <stdlib.h>
diff --git a/source/blender/blenlib/intern/math_base.c b/source/blender/blenlib/intern/math_base.c
index 4f0d4bbeba0..0e122a23faa 100644
--- a/source/blender/blenlib/intern/math_base.c
+++ b/source/blender/blenlib/intern/math_base.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_base.c
+ * \ingroup bli
+ */
+
+
#include "BLI_math.h"
diff --git a/source/blender/blenlib/intern/math_base_inline.c b/source/blender/blenlib/intern/math_base_inline.c
index 099c14a6556..db1683efc98 100644
--- a/source/blender/blenlib/intern/math_base_inline.c
+++ b/source/blender/blenlib/intern/math_base_inline.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_base_inline.c
+ * \ingroup bli
+ */
+
+
#include <float.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/source/blender/blenlib/intern/math_color.c b/source/blender/blenlib/intern/math_color.c
index 2f2e8d6fc61..8699c3664a6 100644
--- a/source/blender/blenlib/intern/math_color.c
+++ b/source/blender/blenlib/intern/math_color.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_color.c
+ * \ingroup bli
+ */
+
+
#include <assert.h>
#include "BLI_math.h"
diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c
index 8e0fea54e68..6a3abc697e9 100644
--- a/source/blender/blenlib/intern/math_geom.c
+++ b/source/blender/blenlib/intern/math_geom.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_geom.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/math_geom_inline.c b/source/blender/blenlib/intern/math_geom_inline.c
index 11310f25075..48fcbcfe140 100644
--- a/source/blender/blenlib/intern/math_geom_inline.c
+++ b/source/blender/blenlib/intern/math_geom_inline.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_geom_inline.c
+ * \ingroup bli
+ */
+
+
#include "BLI_math.h"
#ifndef BLI_MATH_GEOM_INLINE_H
diff --git a/source/blender/blenlib/intern/math_matrix.c b/source/blender/blenlib/intern/math_matrix.c
index 413ac57dea5..289d279c9a1 100644
--- a/source/blender/blenlib/intern/math_matrix.c
+++ b/source/blender/blenlib/intern/math_matrix.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/math_matrix.c
+ * \ingroup bli
+ */
+
+
#include <assert.h>
#include "BLI_math.h"
diff --git a/source/blender/blenlib/intern/math_rotation.c b/source/blender/blenlib/intern/math_rotation.c
index 1160ec9fc3a..90614402b0d 100644
--- a/source/blender/blenlib/intern/math_rotation.c
+++ b/source/blender/blenlib/intern/math_rotation.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_rotation.c
+ * \ingroup bli
+ */
+
+
#include <assert.h>
#include "BLI_math.h"
diff --git a/source/blender/blenlib/intern/math_vector.c b/source/blender/blenlib/intern/math_vector.c
index 6c4000c6142..081f8781d9e 100644
--- a/source/blender/blenlib/intern/math_vector.c
+++ b/source/blender/blenlib/intern/math_vector.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_vector.c
+ * \ingroup bli
+ */
+
+
#include "BLI_math.h"
diff --git a/source/blender/blenlib/intern/math_vector_inline.c b/source/blender/blenlib/intern/math_vector_inline.c
index 77c2c9b74d2..185b108ffe1 100644
--- a/source/blender/blenlib/intern/math_vector_inline.c
+++ b/source/blender/blenlib/intern/math_vector_inline.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
* */
+/** \file blender/blenlib/intern/math_vector_inline.c
+ * \ingroup bli
+ */
+
+
#include "BLI_math.h"
#ifndef BLI_MATH_VECTOR_INLINE_H
diff --git a/source/blender/blenlib/intern/noise.c b/source/blender/blenlib/intern/noise.c
index 9af1532ce4b..49a09dd7b15 100644
--- a/source/blender/blenlib/intern/noise.c
+++ b/source/blender/blenlib/intern/noise.c
@@ -29,6 +29,11 @@
*
*/
+/** \file blender/blenlib/intern/noise.c
+ * \ingroup bli
+ */
+
+
#ifdef _WIN32
#pragma warning (disable : 4244) // "conversion from double to float"
#pragma warning (disable : 4305) // "truncation from const double to float"
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index d07705ee501..3b26f9f8e4d 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -29,6 +29,11 @@
* various string, file, list operations.
*/
+/** \file blender/blenlib/intern/path_util.c
+ * \ingroup bli
+ */
+
+
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
diff --git a/source/blender/blenlib/intern/pbvh.c b/source/blender/blenlib/intern/pbvh.c
index cc62742969e..a2fa69bfcd9 100644
--- a/source/blender/blenlib/intern/pbvh.c
+++ b/source/blender/blenlib/intern/pbvh.c
@@ -20,6 +20,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/pbvh.c
+ * \ingroup bli
+ */
+
+
#include "DNA_meshdata_types.h"
diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c
index 8afb9bec3dd..d889c1b9bf2 100644
--- a/source/blender/blenlib/intern/rand.c
+++ b/source/blender/blenlib/intern/rand.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/rand.c
+ * \ingroup bli
+ */
+
+
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/blenlib/intern/rct.c b/source/blender/blenlib/intern/rct.c
index 923abf22794..4ad9e901b8f 100644
--- a/source/blender/blenlib/intern/rct.c
+++ b/source/blender/blenlib/intern/rct.c
@@ -34,6 +34,11 @@
* ***** END GPL LICENSE BLOCK *****
*
*/
+
+/** \file blender/blenlib/intern/rct.c
+ * \ingroup bli
+ */
+
#include <stdio.h>
#include <math.h>
diff --git a/source/blender/blenlib/intern/scanfill.c b/source/blender/blenlib/intern/scanfill.c
index af7795030a0..423b9b99569 100644
--- a/source/blender/blenlib/intern/scanfill.c
+++ b/source/blender/blenlib/intern/scanfill.c
@@ -28,6 +28,11 @@
* (uit traces) maart 95
*/
+/** \file blender/blenlib/intern/scanfill.c
+ * \ingroup bli
+ */
+
+
#include "MEM_guardedalloc.h"
#include "BLI_callbacks.h"
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index b7ac571f856..47606bec339 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -29,6 +29,11 @@
* Some really low-level file thingies.
*/
+/** \file blender/blenlib/intern/storage.c
+ * \ingroup bli
+ */
+
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/source/blender/blenlib/intern/string.c b/source/blender/blenlib/intern/string.c
index d6331d6eeb8..259c12781f2 100644
--- a/source/blender/blenlib/intern/string.c
+++ b/source/blender/blenlib/intern/string.c
@@ -32,6 +32,11 @@
*
*/
+/** \file blender/blenlib/intern/string.c
+ * \ingroup bli
+ */
+
+
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
diff --git a/source/blender/blenlib/intern/threads.c b/source/blender/blenlib/intern/threads.c
index f57f6f969ae..7b59a7905aa 100644
--- a/source/blender/blenlib/intern/threads.c
+++ b/source/blender/blenlib/intern/threads.c
@@ -28,6 +28,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/threads.c
+ * \ingroup bli
+ */
+
+
#include <errno.h>
#include <string.h>
diff --git a/source/blender/blenlib/intern/time.c b/source/blender/blenlib/intern/time.c
index a14f73968bf..5bc7ca3609c 100644
--- a/source/blender/blenlib/intern/time.c
+++ b/source/blender/blenlib/intern/time.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/time.c
+ * \ingroup bli
+ */
+
+
#include "PIL_time.h"
#ifdef WIN32
diff --git a/source/blender/blenlib/intern/uvproject.c b/source/blender/blenlib/intern/uvproject.c
index 81fe6b26ba4..02b266ec160 100644
--- a/source/blender/blenlib/intern/uvproject.c
+++ b/source/blender/blenlib/intern/uvproject.c
@@ -20,6 +20,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/uvproject.c
+ * \ingroup bli
+ */
+
+
#include <math.h>
#include "MEM_guardedalloc.h"
diff --git a/source/blender/blenlib/intern/voxel.c b/source/blender/blenlib/intern/voxel.c
index 966bf754d69..d11386ff606 100644
--- a/source/blender/blenlib/intern/voxel.c
+++ b/source/blender/blenlib/intern/voxel.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/voxel.c
+ * \ingroup bli
+ */
+
+
#include "BLI_voxel.h"
#include "BLI_utildefines.h"
diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c
index 71eac3c86c4..a6dae7958cc 100644
--- a/source/blender/blenlib/intern/winstuff.c
+++ b/source/blender/blenlib/intern/winstuff.c
@@ -28,6 +28,11 @@
* Windows-posix compatibility layer, windows-specific functions.
*/
+/** \file blender/blenlib/intern/winstuff.c
+ * \ingroup bli
+ */
+
+
#ifdef WIN32
#include <stdlib.h>