Skip to content

Commit 8d53c55

Browse files
committed
Wrong path in generate-docs
1 parent a1c0917 commit 8d53c55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/elements/Tree.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local VisualElement = require("elements/VisualElement")
22
local sub = string.sub
33
---@cofnigDescription The tree element provides a hierarchical view of nodes that can be expanded and collapsed, with support for selection and scrolling.
44

5+
56
--- This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,
67
--- with support for selection and scrolling.
78
---@class Tree : VisualElement

tools/generate-docs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local arg = arg or {...}
22

33
local SRC_DIR = arg[1] or 'src'
4-
local OUT_DIR = arg[2] or 'docs'
4+
local OUT_DIR = arg[2] or 'build_docs/docs'
55

66
local BasaltDoc = require('tools/BasaltDoc')
77

0 commit comments

Comments
 (0)