From 1e141725c5d3c09e0a8135b42a174dde3b7ec16a Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 27 Feb 2011 20:32:12 +0000 Subject: doxygen: blender/blenpluginapi tagged. --- source/blender/blenpluginapi/documentation.h | 5 +++++ source/blender/blenpluginapi/externdef.h | 3 +++ source/blender/blenpluginapi/floatpatch.h | 3 +++ source/blender/blenpluginapi/iff.h | 3 +++ source/blender/blenpluginapi/intern/pluginapi.c | 5 +++++ source/blender/blenpluginapi/plugin.h | 3 +++ source/blender/blenpluginapi/util.h | 3 +++ 7 files changed, 25 insertions(+) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/documentation.h b/source/blender/blenpluginapi/documentation.h index 3bf43a6bc9b..136306e9088 100644 --- a/source/blender/blenpluginapi/documentation.h +++ b/source/blender/blenpluginapi/documentation.h @@ -67,3 +67,8 @@ * define some useful variables. * */ +/** \file blender/blenpluginapi/documentation.h + * \ingroup blpluginapi + */ + + diff --git a/source/blender/blenpluginapi/externdef.h b/source/blender/blenpluginapi/externdef.h index 14a3115ce33..28239d117cd 100644 --- a/source/blender/blenpluginapi/externdef.h +++ b/source/blender/blenpluginapi/externdef.h @@ -1,3 +1,6 @@ +/** \file blender/blenpluginapi/externdef.h + * \ingroup blpluginapi + */ /* Copyright (c) 1999, Not a Number / NeoGeo b.v. * * All rights reserved. diff --git a/source/blender/blenpluginapi/floatpatch.h b/source/blender/blenpluginapi/floatpatch.h index 8e6fab8a363..22e956ab8f8 100644 --- a/source/blender/blenpluginapi/floatpatch.h +++ b/source/blender/blenpluginapi/floatpatch.h @@ -1,3 +1,6 @@ +/** \file blender/blenpluginapi/floatpatch.h + * \ingroup blpluginapi + */ /* Copyright (c) 1999, Not a Number / NeoGeo b.v. * $Id$ * diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h index 668d14508ec..bccc7bdb769 100644 --- a/source/blender/blenpluginapi/iff.h +++ b/source/blender/blenpluginapi/iff.h @@ -1,3 +1,6 @@ +/** \file blender/blenpluginapi/iff.h + * \ingroup blpluginapi + */ /* Copyright (c) 1999, Not a Number / NeoGeo b.v. * $Id$ * diff --git a/source/blender/blenpluginapi/intern/pluginapi.c b/source/blender/blenpluginapi/intern/pluginapi.c index ab21e5a96fc..6e1ab447659 100644 --- a/source/blender/blenpluginapi/intern/pluginapi.c +++ b/source/blender/blenpluginapi/intern/pluginapi.c @@ -28,6 +28,11 @@ * Wrappers for the plugin api. This api is up for removal. */ +/** \file blender/blenpluginapi/intern/pluginapi.c + * \ingroup blenpluginapi + */ + + /* There are four headers making up the plugin api: * - floatpatch.h : Wraps math functions for mips platforms, no code * required. diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h index da044cf7317..174fd54462a 100644 --- a/source/blender/blenpluginapi/plugin.h +++ b/source/blender/blenpluginapi/plugin.h @@ -1,3 +1,6 @@ +/** \file blender/blenpluginapi/plugin.h + * \ingroup blpluginapi + */ /* Copyright (c) 1999, Not a Number / NeoGeo b.v. * $Id$ * diff --git a/source/blender/blenpluginapi/util.h b/source/blender/blenpluginapi/util.h index b0b5f3aae54..9c6d4e8a4e5 100644 --- a/source/blender/blenpluginapi/util.h +++ b/source/blender/blenpluginapi/util.h @@ -1,3 +1,6 @@ +/** \file blender/blenpluginapi/util.h + * \ingroup blpluginapi + */ /* Copyright (c) 1999, Not a Number / NeoGeo b.v. * $Id$ * -- cgit v1.2.3