1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: style and other improvements

This commit is contained in:
Daniel Däschle
2020-06-04 23:50:59 +02:00
committed by GitHub
parent 6118875ee3
commit d0f9bdf85e
10 changed files with 613 additions and 60 deletions

View File

@ -79,7 +79,7 @@ fn main_v() {
return
}
'vlib-docs' {
util.launch_tool(prefs.is_verbose, 'vdoc', ['doc', '-m', '-s', '-r', os.join_path(os.base_dir(@VEXE), 'vlib')])
util.launch_tool(prefs.is_verbose, 'vdoc', ['doc', '-m', '-s', os.join_path(os.base_dir(@VEXE), 'vlib')])
}
'get' {
println('V Error: Use `v install` to install modules from vpm.vlang.io')