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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-02 05:25:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-02 05:30:57 +0300
commit14b2c41216e86a95572aa0c607fd8807da59baea (patch)
tree8e4be26c4cedc587c223335f08bb0a6f859acee9 /source/creator
parentc060a835bbcdc994e77460ae69d2fd2ecfc249ab (diff)
Cleanup: doxy sections
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 0a68d2ce6ef..e175dbfbb96 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -383,11 +383,11 @@ fail:
/** \} */
/* -------------------------------------------------------------------- */
+/** \name Utilities Python Context Macro (#BPY_CTX_SETUP)
+ * \{ */
# ifdef WITH_PYTHON
-/** \name Utilities Python Context Macro (#BPY_CTX_SETUP)
- * \{ */
struct BlendePyContextStore {
wmWindowManager *wm;
Scene *scene;