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:42:42 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:42:42 +0300
commitb9e70c743bb40c00b6112c69721b5cf23867e139 (patch)
treed82150dfaa55b6085001f23ae8b5524c04e1109a /source/blender/blenfont
parent0ff06e21cd8cbccf72426be8074b7a130ba9ef68 (diff)
doxygen: blender/blenfont tagged.
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/BLF_api.h5
-rw-r--r--source/blender/blenfont/intern/blf.c5
-rw-r--r--source/blender/blenfont/intern/blf_dir.c5
-rw-r--r--source/blender/blenfont/intern/blf_font.c5
-rw-r--r--source/blender/blenfont/intern/blf_glyph.c5
-rw-r--r--source/blender/blenfont/intern/blf_internal.h5
-rw-r--r--source/blender/blenfont/intern/blf_internal_types.h5
-rw-r--r--source/blender/blenfont/intern/blf_lang.c5
-rw-r--r--source/blender/blenfont/intern/blf_util.c5
9 files changed, 45 insertions, 0 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index e2245a9f049..93b9cbc0bdf 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/BLF_api.h
+ * \ingroup blf
+ */
+
+
#ifndef BLF_API_H
#define BLF_API_H
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index 2a135b1fb84..930f55a48fa 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf.c
+ * \ingroup blf
+ */
+
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/blenfont/intern/blf_dir.c b/source/blender/blenfont/intern/blf_dir.c
index 8f816fac3ee..3786de9f251 100644
--- a/source/blender/blenfont/intern/blf_dir.c
+++ b/source/blender/blenfont/intern/blf_dir.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf_dir.c
+ * \ingroup blf
+ */
+
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c
index 733352286b9..80d0a48954a 100644
--- a/source/blender/blenfont/intern/blf_font.c
+++ b/source/blender/blenfont/intern/blf_font.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf_font.c
+ * \ingroup blf
+ */
+
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/blenfont/intern/blf_glyph.c b/source/blender/blenfont/intern/blf_glyph.c
index b1cc4ba3084..b9154951fb1 100644
--- a/source/blender/blenfont/intern/blf_glyph.c
+++ b/source/blender/blenfont/intern/blf_glyph.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf_glyph.c
+ * \ingroup blf
+ */
+
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/blenfont/intern/blf_internal.h b/source/blender/blenfont/intern/blf_internal.h
index d07b2605575..34df8d72103 100644
--- a/source/blender/blenfont/intern/blf_internal.h
+++ b/source/blender/blenfont/intern/blf_internal.h
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf_internal.h
+ * \ingroup blf
+ */
+
+
#ifndef BLF_INTERNAL_H
#define BLF_INTERNAL_H
diff --git a/source/blender/blenfont/intern/blf_internal_types.h b/source/blender/blenfont/intern/blf_internal_types.h
index d12487b5c8b..deb13006eaf 100644
--- a/source/blender/blenfont/intern/blf_internal_types.h
+++ b/source/blender/blenfont/intern/blf_internal_types.h
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf_internal_types.h
+ * \ingroup blf
+ */
+
+
#ifndef BLF_INTERNAL_TYPES_H
#define BLF_INTERNAL_TYPES_H
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index da0b767f64d..e7f9d1746ad 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf_lang.c
+ * \ingroup blf
+ */
+
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/blenfont/intern/blf_util.c b/source/blender/blenfont/intern/blf_util.c
index 640876954ab..ab6b516787e 100644
--- a/source/blender/blenfont/intern/blf_util.c
+++ b/source/blender/blenfont/intern/blf_util.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenfont/intern/blf_util.c
+ * \ingroup blf
+ */
+
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>