From 8beb565c5992e239eb0f618f9df264de821d4cf7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 Sep 2013 03:02:50 +0000 Subject: code cleanup: headers - doxy comments. --- source/blender/blenlib/intern/BLI_array.c | 2 +- source/blender/blenlib/intern/buffer.c | 4 ++++ source/blender/blenlib/intern/callbacks.c | 4 ++++ source/blender/blenlib/intern/convexhull2d.c | 5 +++++ source/blender/blenlib/intern/math_interp.c | 4 ++++ source/blender/blenlib/intern/smallhash.c | 4 ++++ 6 files changed, 22 insertions(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern') diff --git a/source/blender/blenlib/intern/BLI_array.c b/source/blender/blenlib/intern/BLI_array.c index 510bf072513..21d7a5a6d10 100644 --- a/source/blender/blenlib/intern/BLI_array.c +++ b/source/blender/blenlib/intern/BLI_array.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * The Original Code is Copyright (C) 2008 Blender Foundation. * All rights reserved. diff --git a/source/blender/blenlib/intern/buffer.c b/source/blender/blenlib/intern/buffer.c index 36fb04a7bb7..4e570823319 100644 --- a/source/blender/blenlib/intern/buffer.c +++ b/source/blender/blenlib/intern/buffer.c @@ -18,6 +18,10 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/blenlib/intern/buffer.c + * \ingroup bli + */ + #include "MEM_guardedalloc.h" #include "BLI_buffer.h" diff --git a/source/blender/blenlib/intern/callbacks.c b/source/blender/blenlib/intern/callbacks.c index 614a9a63d90..719809e6bcd 100644 --- a/source/blender/blenlib/intern/callbacks.c +++ b/source/blender/blenlib/intern/callbacks.c @@ -20,6 +20,10 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/blenlib/intern/callbacks.c + * \ingroup bli + */ + #include "BLI_utildefines.h" #include "BLI_listbase.h" #include "BLI_callbacks.h" diff --git a/source/blender/blenlib/intern/convexhull2d.c b/source/blender/blenlib/intern/convexhull2d.c index 536bb6d94e3..5669a302bd8 100644 --- a/source/blender/blenlib/intern/convexhull2d.c +++ b/source/blender/blenlib/intern/convexhull2d.c @@ -18,6 +18,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/blenlib/intern/convexhull2d.c + * \ingroup bli + */ + + #include #include diff --git a/source/blender/blenlib/intern/math_interp.c b/source/blender/blenlib/intern/math_interp.c index 81d931cfba6..d1acd45e40e 100644 --- a/source/blender/blenlib/intern/math_interp.c +++ b/source/blender/blenlib/intern/math_interp.c @@ -26,6 +26,10 @@ * */ +/** \file blender/blenlib/intern/math_interp.c + * \ingroup bli + */ + #include #include "BLI_math.h" diff --git a/source/blender/blenlib/intern/smallhash.c b/source/blender/blenlib/intern/smallhash.c index 7bb0747daaa..19eb88f9e15 100644 --- a/source/blender/blenlib/intern/smallhash.c +++ b/source/blender/blenlib/intern/smallhash.c @@ -25,6 +25,10 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file blender/blenlib/intern/smallhash.c + * \ingroup bli + */ + #include #include "MEM_guardedalloc.h" -- cgit v1.2.3