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-03-25 08:36:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-25 08:36:01 +0300
commitc3764fe1e80670cd578df7bbc5c37c267e81013a (patch)
tree7ef223c60db4c2b643e680bd5d9c86575fe6b7af /source/blender/windowmanager/intern/wm_files_link.c
parent188ccfb0dd6739fb6af8741aeecbc1da82c068ab (diff)
Cleanup: update doxy sections
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files_link.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files_link.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_files_link.c b/source/blender/windowmanager/intern/wm_files_link.c
index c2c3b24469e..5acc8a5fbc6 100644
--- a/source/blender/windowmanager/intern/wm_files_link.c
+++ b/source/blender/windowmanager/intern/wm_files_link.c
@@ -74,7 +74,9 @@
#include "wm_files.h"
-/* **************** link/append *************** */
+/* -------------------------------------------------------------------- */
+/** \name Link/Append Operator
+ * \{ */
static bool wm_link_append_poll(bContext *C)
{
@@ -618,10 +620,12 @@ void WM_OT_append(wmOperatorType *ot)
"Localize all appended data, including those indirectly linked from other libraries");
}
-/** \name Append single datablock and return it.
+/** \} */
+
+/* -------------------------------------------------------------------- */
+/** \name Append Single Data-Block & Return it
*
* Used for appending workspace from startup files.
- *
* \{ */
ID *WM_file_append_datablock(Main *bmain,
@@ -660,6 +664,10 @@ ID *WM_file_append_datablock(Main *bmain,
/** \} */
+/* -------------------------------------------------------------------- */
+/** \name Library Relocate Operator & Library Reload API
+ * \{ */
+
static int wm_lib_relocate_invoke(bContext *C, wmOperator *op, const wmEvent *UNUSED(event))
{
Library *lib;