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:
Diffstat (limited to 'source/blender/editors/interface/interface_template_search_operator.c')
-rw-r--r--source/blender/editors/interface/interface_template_search_operator.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_template_search_operator.c b/source/blender/editors/interface/interface_template_search_operator.c
index a327e89b560..a6fddc8db5a 100644
--- a/source/blender/editors/interface/interface_template_search_operator.c
+++ b/source/blender/editors/interface/interface_template_search_operator.c
@@ -16,6 +16,9 @@
/** \file
* \ingroup edinterface
+ *
+ * Search available operators by scanning all and checking their poll function.
+ * accessed via the #WM_OT_search_operator operator.
*/
#include <string.h>
@@ -43,8 +46,6 @@
#include "UI_interface.h"
#include "interface_intern.h"
-/* For key-map item access. */
-
/* -------------------------------------------------------------------- */
/** \name Operator Search Template Implementation
* \{ */