mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
docs: fix doc comments in arrays
too
This commit is contained in:
parent
74b6e3b5c7
commit
35af6a8d12
7 changed files with 49 additions and 59 deletions
|
@ -16,6 +16,7 @@ fn main() {
|
|||
&& !it.ends_with('_test.c.v'))
|
||||
}
|
||||
}
|
||||
fpaths.sort()
|
||||
mut ctx := Context{}
|
||||
for filepath in fpaths {
|
||||
ctx.process_fpath(filepath) or {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue