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>2020-05-07 03:53:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-07 03:55:39 +0300
commit5cb143cc4c7918c3640f670983ee0249398417fd (patch)
tree612ea7fdafeae8134444bf53cf88e69139a29fce /source/blender/editors/interface/interface_template_search_operator.c
parentd2ee2abde7e8015ea2c7432f351be60eb83ed39e (diff)
Cleanup: comments for menu search
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
* \{ */