[Bf-blender-cvs] [024b65b5e51] master: Cleanup: Update comment

Hans Goudey noreply at git.blender.org
Tue Oct 27 23:14:46 CET 2020


Commit: 024b65b5e518b9a7c9ab3e241ef050cc962a4619
Author: Hans Goudey
Date:   Tue Oct 27 17:14:40 2020 -0500
Branches: master
https://developer.blender.org/rB024b65b5e518b9a7c9ab3e241ef050cc962a4619

Cleanup: Update comment

This comment has to be updated since it was moved
from the header file to the source file.

===================================================================

M	source/blender/blenkernel/intern/idprop.c

===================================================================

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}



More information about the Bf-blender-cvs mailing list