Cleanup: Update comment

This comment has to be updated since it was moved
from the header file to the source file.
This commit is contained in:
Hans Goudey 2020-10-27 17:14:40 -05:00
parent 1504ed99e6
commit 024b65b5e5
Notes: blender-bot 2023-02-13 20:40:48 +01:00
Referenced by issue #82288, Wintab walk navigation erratic (regression)
1 changed files with 1 additions and 1 deletions

View File

@ -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}