Fix to not have extra docs

This commit is contained in:
Jonathan Tran
2025-04-14 14:12:55 -04:00
parent 255b88de4f
commit d40f70ccb9

View File

@ -914,7 +914,6 @@ pub async fn angled_line_that_intersects(exec_state: &mut ExecState, args: Args)
angle = { docs = "Which angle should the line be drawn at?" },
intersect_tag = { docs = "The tag of the line to intersect with" },
offset = { docs = "The offset from the intersecting line. Defaults to 0." },
end_absolute_y = { docs = "Draw the line along the given angle until it reaches this point along the Y axis. Only one of `length`, `lengthX`, `lengthY`, `lengthAbsoluteEndX`, `lengthAbsoluteEndY` can be given."},
tag = { docs = "Create a new tag which refers to this line"},
}
}]