Cleanup: doxy sections, parameter syntax

This commit is contained in:
Campbell Barton 2021-09-15 10:50:33 +10:00
parent e6fa74ffed
commit 97de4f07a3
8 changed files with 31 additions and 28 deletions

View File

@ -1706,7 +1706,7 @@ static bool check_for_dupid(ListBase *lb, ID *id, char *name, ID **r_id_sorting_
*
* Only for local IDs (linked ones already have a unique ID in their library).
*
* \param do_linked_data if true, also ensure a unique name in case the given \a id is linked
* \param do_linked_data: if true, also ensure a unique name in case the given \a id is linked
* (otherwise, just ensure that it is properly sorted).
*
* \return true if a new name had to be created.

View File

@ -333,11 +333,11 @@ ID *BKE_lib_override_library_create_from_id(Main *bmain,
* main. You can add more local IDs to be remapped to use new overriding ones by setting their
* LIB_TAG_DOIT tag.
*
* \param reference_library the library from which the linked data being overridden come from
* \param reference_library: the library from which the linked data being overridden come from
* (i.e. the library of the linked reference ID).
*
* \param do_no_main Create the new override data outside of Main database. Used for resyncing of
* linked overrides.
* \param do_no_main: Create the new override data outside of Main database.
* Used for resyncing of linked overrides.
*
* \return \a true on success, \a false otherwise.
*/
@ -901,7 +901,7 @@ static void lib_override_library_create_post_process(Main *bmain,
* \param id_reference: Some reference ID used to do some post-processing after overrides have been
* created, may be NULL. Typically, the Empty object instantiating the linked collection we
* override, currently.
* \param r_id_root_override if not NULL, the override generated for the given \a id_root.
* \param r_id_root_override: if not NULL, the override generated for the given \a id_root.
* \return true if override was successfully created.
*/
bool BKE_lib_override_library_create(Main *bmain,

View File

@ -720,9 +720,9 @@ static void lib_query_unused_ids_tag_recurse(Main *bmain,
* Valid usages here are defined as ref-counting usages, which are not towards embedded or
* loop-back data.
*
* \param r_num_tagged If non-NULL, must be a zero-initialized array of #INDEX_ID_MAX integers.
* Number of tagged-as-unused IDs is then set for each type, and as total in
* #INDEX_ID_NULL item.
* \param r_num_tagged: If non-NULL, must be a zero-initialized array of #INDEX_ID_MAX integers.
* Number of tagged-as-unused IDs is then set for each type, and as total in
* #INDEX_ID_NULL item.
*/
void BKE_lib_query_unused_ids_tag(Main *bmain,
const int tag,

View File

@ -744,16 +744,15 @@ static UndoStep *undosys_step_iter_first(UndoStep *us_reference, const eUndoStep
/**
* Undo/Redo until the given `us_target` step becomes the active (currently loaded) one.
*
* \note Unless `us_target` is a 'skipped' one and `use_skip` is true, `us_target` will become the
* active step.
* \note Unless `us_target` is a 'skipped' one and `use_skip` is true, `us_target`
* will become the active step.
*
* \note In case `use_skip` is true, the final target will always be **beyond** the given one (if
* the given one has to be skipped).
* \note In case `use_skip` is true, the final target will always be **beyond** the given one
* (if the given one has to be skipped).
*
* \param us_reference If NULL, will be set to current active step in the undo stack. Otherwise, it
* is assumed to match the current state, and will be used as basis for the
* undo/redo process (i.e. all steps in-between `us_reference` and `us_target`
* will be processed).
* \param us_reference: If NULL, will be set to current active step in the undo stack. Otherwise,
* it is assumed to match the current state, and will be used as basis for the undo/redo process
* (i.e. all steps in-between `us_reference` and `us_target` will be processed).
*/
bool BKE_undosys_step_load_data_ex(UndoStack *ustack,
bContext *C,

View File

@ -128,6 +128,6 @@ TEST(color, SceneLinearByteDecoding)
EXPECT_NEAR(0.5f, decoded.a, 0.01f);
}
/* \} */
/** \} */
} // namespace blender::tests

View File

@ -298,7 +298,7 @@ static void opencl_deinitialize()
g_work_scheduler.opencl.initialized = false;
}
/* \} */
/** \} */
/* -------------------------------------------------------------------- */
/** \name Single threaded Scheduling
@ -310,7 +310,7 @@ static void threading_model_single_thread_execute(WorkPackage *package)
device.execute(package);
}
/* \} */
/** \} */
/* -------------------------------------------------------------------- */
/** \name Queue Scheduling
@ -388,7 +388,7 @@ static void threading_model_queue_deinitialize()
}
}
/* \} */
/** \} */
/* -------------------------------------------------------------------- */
/** \name Task Scheduling
@ -426,7 +426,7 @@ static void threading_model_task_stop()
BLI_thread_local_delete(g_thread_device);
}
/* \} */
/** \} */
/* -------------------------------------------------------------------- */
/** \name Public API
@ -587,6 +587,6 @@ int WorkScheduler::current_thread_id()
return device->thread_id();
}
/* \} */
/** \} */
} // namespace blender::compositor

View File

@ -33,7 +33,8 @@
namespace blender::compositor {
/** \name Cryptomatte base
/* -------------------------------------------------------------------- */
/** \name Cryptomatte Base
* \{ */
void CryptomatteBaseNode::convertToOperations(NodeConverter &converter,
@ -73,10 +74,12 @@ void CryptomatteBaseNode::convertToOperations(NodeConverter &converter,
converter.mapOutputSocket(output_pick_socket, extract_pick_operation->getOutputSocket(0));
}
/* \} */
/** \} */
/* -------------------------------------------------------------------- */
/** \name Cryptomatte V2
* \{ */
static std::string prefix_from_node(const CompositorContext &context, const bNode &node)
{
char prefix[MAX_NAME];
@ -247,9 +250,10 @@ CryptomatteOperation *CryptomatteNode::create_cryptomatte_operation(
return operation;
}
/* \} */
/** \} */
/** \name Cryptomatte legacy
/* -------------------------------------------------------------------- */
/** \name Cryptomatte Legacy
* \{ */
CryptomatteOperation *CryptomatteLegacyNode::create_cryptomatte_operation(
@ -273,6 +277,6 @@ CryptomatteOperation *CryptomatteLegacyNode::create_cryptomatte_operation(
return operation;
}
/* \} */
/** \} */
} // namespace blender::compositor

View File

@ -565,7 +565,7 @@ static void wm_append_loose_data_instantiate(WMLinkAppendData *lapp_data,
}
}
/* \} */
/** \} */
static int foreach_libblock_append_callback(LibraryIDLinkCallbackData *cb_data)
{