mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
vdoc: use the new suffix
This commit is contained in:
parent
0a03797694
commit
c3e78b8c8f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pub fn doc(mod string, table &table.Table) string {
|
||||||
if !file.ends_with('.v') {
|
if !file.ends_with('.v') {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if file.ends_with('_test.v') || file.ends_with('_windows.v') || file.ends_with('_macos.v') {
|
if file.ends_with('_test.v') || file.ends_with('_windows.c.v') || file.ends_with('_macos.c.v') {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
file_ast := parser.parse_file(os.join_path(path,file), table, .skip_comments, &pref.Preferences{}, &ast.Scope{parent: 0})
|
file_ast := parser.parse_file(os.join_path(path,file), table, .skip_comments, &pref.Preferences{}, &ast.Scope{parent: 0})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue