From b9e70c743bb40c00b6112c69721b5cf23867e139 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 27 Feb 2011 20:42:42 +0000 Subject: doxygen: blender/blenfont tagged. --- source/blender/blenfont/BLF_api.h | 5 +++++ source/blender/blenfont/intern/blf.c | 5 +++++ source/blender/blenfont/intern/blf_dir.c | 5 +++++ source/blender/blenfont/intern/blf_font.c | 5 +++++ source/blender/blenfont/intern/blf_glyph.c | 5 +++++ source/blender/blenfont/intern/blf_internal.h | 5 +++++ source/blender/blenfont/intern/blf_internal_types.h | 5 +++++ source/blender/blenfont/intern/blf_lang.c | 5 +++++ source/blender/blenfont/intern/blf_util.c | 5 +++++ 9 files changed, 45 insertions(+) (limited to 'source/blender/blenfont') 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 #include #include 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 #include #include 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 #include #include 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 #include #include 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 #include #include 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 #include #include -- cgit v1.2.3