Skip to content

Commit

Permalink
Update __arm_2d_helper_common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jan 20, 2025
1 parent 34b92a6 commit bdfb5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helper/Include/__arm_2d_helper_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1747,12 +1747,12 @@ extern "C" {
* \param ... parameter list
*
* \note prototype 1:
* __item_line_dock_vertical(__size) {
* __item_line_dock_vertical(__height) {
* code body that can use __item_region
* }
*
* \note prototype 2:
* __item_line_dock_vertical(__size, __left, __right, __top, __bottom) {
* __item_line_dock_vertical(__height, __left, __right, __top, __bottom) {
* code body that can use __item_region
* }
*
Expand Down

0 comments on commit bdfb5d8

Please sign in to comment.