File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,27 @@ local args = {
55
55
type = ' string' ,
56
56
description = [[
57
57
Generate documentation from a workspace.
58
- The files will be output in your log path.
58
+ The files will be written to the documentation output path passed
59
+ in --doc_out_path.
59
60
]] ,
60
61
example = [[ --doc=C:/Users/Me/Documents/myLuaProject/]]
61
62
},
62
63
[' --doc_out_path' ] = {
63
64
type = ' string' ,
64
65
description = [[
65
66
The path to output generated documentation at.
67
+ If --doc_out_path is missing, the documentation will be written
68
+ to the current directory.
66
69
See --doc for more info.
67
70
]] ,
68
71
example = [[ --doc_out_path=C:/Users/Me/Documents/myLuaProjectDocumentation]]
69
72
},
73
+ [' --doc_update' ] = {
74
+ type = ' string' ,
75
+ description = [[
76
+ Update existing documentation files at the given path.
77
+ ]]
78
+ },
70
79
[' --logpath' ] = {
71
80
type = ' string' ,
72
81
description = [[
You can’t perform that action at this time.
0 commit comments