Minor code doc improvement.

This commit is contained in:
Bastien Montagne 2023-02-06 17:19:02 +01:00
parent a86f657692
commit 8fe4f3b756
1 changed files with 1 additions and 0 deletions

View File

@ -497,6 +497,7 @@ void BKE_lib_id_expand_local(struct Main *bmain, struct ID *id, int flags);
*
* Only for local IDs (linked ones already have a unique ID in their library).
*
* \param name: The new name of the given ID, if NULL the current given ID name is used instead.
* \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).
*