new try
This commit is contained in:
@@ -2,7 +2,6 @@ local VisualElement = require("elements/VisualElement")
|
|||||||
local sub = string.sub
|
local sub = string.sub
|
||||||
---@cofnigDescription The tree element provides a hierarchical view of nodes that can be expanded and collapsed, with support for selection and scrolling.
|
---@cofnigDescription The tree element provides a hierarchical view of nodes that can be expanded and collapsed, with support for selection and scrolling.
|
||||||
|
|
||||||
|
|
||||||
--- This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,
|
--- This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,
|
||||||
--- with support for selection and scrolling.
|
--- with support for selection and scrolling.
|
||||||
---@class Tree : VisualElement
|
---@class Tree : VisualElement
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
local arg = arg or {...}
|
local arg = arg or {...}
|
||||||
|
|
||||||
local SRC_DIR = arg[1] or 'src'
|
local SRC_DIR = arg[1] or 'src'
|
||||||
local OUT_DIR = arg[2] or 'build_docs/docs'
|
local OUT_DIR = arg[2] or 'build_docs/docs/references'
|
||||||
|
|
||||||
local BasaltDoc = require('tools/BasaltDoc')
|
local BasaltDoc = require('tools/BasaltDoc')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user