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-21 10:25:24 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-21 10:25:24 +0300
commit8172207d203ef909585c9e782ea34a52ab2cf1c1 (patch)
tree5e1e2b1424842cba1dea3cf1ddf762e672c8d1d1 /source/blender/editors/include/ED_mball.h
parenteee4a62e876b19079254f632c93eb88a40bec8a6 (diff)
doxygen: editor entry
Diffstat (limited to 'source/blender/editors/include/ED_mball.h')
-rw-r--r--source/blender/editors/include/ED_mball.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_mball.h b/source/blender/editors/include/ED_mball.h
index f5021fb9570..504cc4e2d52 100644
--- a/source/blender/editors/include/ED_mball.h
+++ b/source/blender/editors/include/ED_mball.h
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@@ -26,6 +26,13 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file ED_mball.h
+ * \ingroup editors
+ */
+
+#ifndef _ED_MBALL_H_
+#define _ED_MBALL_H_
+
struct bContext;
struct Object;
struct wmKeyConfig;
@@ -43,3 +50,5 @@ void load_editMball(struct Object *obedit);
void undo_push_mball(struct bContext *C, const char *name);
+#endif
+