doxygen: blender/python tagged.

This commit is contained in:
Nathan Letwory
2011-02-27 20:10:08 +00:00
parent 92ea5eda90
commit 5a760e22fc
49 changed files with 247 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/**
/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/python/intern/bpy_operator.c
* \ingroup pythonintern
*/
/* Note, this module is not to be used directly by the user.
* Internally its exposed as '_bpy.ops', which provides functions for 'bpy.ops', a python package.
* */