mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
tools,v.doc: move vlib/v/doc/
to cmd/tools/vdoc/doc/
to reduce the runtime of the CI runs, when v doc
is changed (#23483)
This commit is contained in:
parent
c6809844bd
commit
40b574b409
18 changed files with 29 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
module basic
|
||||
module testdata.basic
|
||||
|
||||
const source_root = 'temp' // some const
|
||||
const another = int(5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue