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

v doc: skip _x.c.v when not on x, i.e. filter files like v itself

This commit is contained in:
Delyan Angelov
2020-05-05 08:00:52 +03:00
parent 74c2a3c6e6
commit f9fe5b60a7
5 changed files with 90 additions and 87 deletions

View File

@ -93,7 +93,7 @@ fn main() {
exit(1)
}
table := table.new_table()
println(doc.doc(args[1], table))
println(doc.doc(args[1], table, prefs))
return
}
else {}