diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d54e5d2..9b930a6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,9 +3,13 @@ on: pull_request: branches: - main + paths: + - 'src/**' push: branches: - main + paths: + - 'src/**' jobs: build: name: Build docs diff --git a/src/main.lua b/src/main.lua index 878542e..2a2aa9f 100644 --- a/src/main.lua +++ b/src/main.lua @@ -17,7 +17,7 @@ basalt.LOGGER = require("log") local mainFrame = nil local updaterActive = false ---- Creates and returns a new UI element of the specified type +--- Creates and returns a new UI element of the specified type! --- @shortDescription Creates a new UI element --- @param type string The type of element to create (e.g. "Button", "Label", "BaseFrame") --- @param id? string Optional unique identifier for the element