Add LDoc annotations for public PIXEL API surface - #64
Conversation
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/d8703e3b-98fa-499f-ac85-1b39e8e6c91c Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
TomDotBat
left a comment
There was a problem hiding this comment.
Add descriptions to all parameters and returns, also document all registered panels
| PIXEL.UI = PIXEL.UI or {} | ||
| PIXEL.UI.Version = "1.4.1" | ||
|
|
||
| --- Loads all Lua files in a directory, applying client/server include rules. |
There was a problem hiding this comment.
State what the realm rules are
| return files, folders | ||
| end | ||
|
|
||
| --- Recursively loads Lua files in a directory and its subfolders. |
| end | ||
| end | ||
|
|
||
| --- Returns a new Color copy. |
There was a problem hiding this comment.
Returns a new instance of a Colour with the same values.
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/67763ae5-257a-43e2-9a05-640f338eac18 Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
|
@copilot continue work pls |
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/4a3f6d2a-418b-48e8-925b-7cade7a95b51 Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/295cda3c-e817-48e1-9a7d-fbb7fd86f7c1 Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/295cda3c-e817-48e1-9a7d-fbb7fd86f7c1 Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/295cda3c-e817-48e1-9a7d-fbb7fd86f7c1 Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
TomDotBat
left a comment
There was a problem hiding this comment.
Still missing a bunch of critical methods on a several panels, they need to be documented
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/54fb10ca-5f6d-4486-a95a-474ac8b99ce9 Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
Agent-Logs-Url: https://github.com/TomDotBat/pixel-ui/sessions/54fb10ca-5f6d-4486-a95a-474ac8b99ce9 Co-authored-by: TomDotBat <11298466+TomDotBat@users.noreply.github.com>
Done — I added LDoc docs for the remaining critical panel methods across the core element panels (including params/returns), then pushed a follow-up fix for callback forwarding in text entry internals. Addressed in e44aa64 (docs in 5044bd8). |
Uh oh!
There was an error while loading. Please reload this page.