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:10:08 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:10:08 +0300
commit5a760e22fcb915cd517c180b9e37e2d74391eb55 (patch)
treed7b2b1621d1b748cf7d8cd899019584369e36ad0 /source/blender/python/intern/bpy_operator_wrap.c
parent92ea5eda9024bd59e17219793c775d1dccf0df84 (diff)
doxygen: blender/python tagged.
Diffstat (limited to 'source/blender/python/intern/bpy_operator_wrap.c')
-rw-r--r--source/blender/python/intern/bpy_operator_wrap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_operator_wrap.c b/source/blender/python/intern/bpy_operator_wrap.c
index 51ab889e321..78b731fdde1 100644
--- a/source/blender/python/intern/bpy_operator_wrap.c
+++ b/source/blender/python/intern/bpy_operator_wrap.c
@@ -1,5 +1,5 @@
-/**
+/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_operator_wrap.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include "bpy_operator_wrap.h"