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:
authorHans Goudey <h.goudey@me.com>2020-10-28 01:14:40 +0300
committerHans Goudey <h.goudey@me.com>2020-10-28 01:14:40 +0300
commit024b65b5e518b9a7c9ab3e241ef050cc962a4619 (patch)
treee794bd29ff9b936bc6ccebf386019a568c28edce /source/blender/blenkernel/intern/idprop.c
parent1504ed99e6dd90490b727a0b5114106ac816e85f (diff)
Cleanup: Update comment
This comment has to be updated since it was moved from the header file to the source file.
Diffstat (limited to 'source/blender/blenkernel/intern/idprop.c')
-rw-r--r--source/blender/blenkernel/intern/idprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/idprop.c b/source/blender/blenkernel/intern/idprop.c
index 13ceba8cc9f..8f3bff7e9af 100644
--- a/source/blender/blenkernel/intern/idprop.c
+++ b/source/blender/blenkernel/intern/idprop.c
@@ -952,7 +952,7 @@ bool IDP_EqualsProperties(IDProperty *prop1, IDProperty *prop2)
* This function takes three arguments: the ID property type, a union which defines
* its initial value, and a name.
*
- * The union is simple to use; see the top of this header file for its definition.
+ * The union is simple to use; see the top of BKE_idprop.h for its definition.
* An example of using this function:
*
* \code{.c}