We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d22dd6 commit f05f57bCopy full SHA for f05f57b
1 file changed
src/funkin/macros/ZProperty.hx
@@ -10,7 +10,7 @@ class ZProperty
10
{
11
/**
12
* Builds the field for the `z` property.
13
- * @return New z field.
+ * @return New `z` field.
14
*/
15
public static macro function buildZProperty():Array<Field>
16
@@ -29,7 +29,7 @@ class ZProperty
29
30
31
* Builds the field for the `rearrange` function.
32
+ * @return New `rearrange` field.
33
34
public static macro function buildRearrangeFunction():Array<Field>
35
0 commit comments