mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vet: simplify fn name identifying, add warning for incomplete documentation (#8227)
This commit is contained in:
@@ -47,3 +47,9 @@ pub fn (f Foo) fooo() string {
|
||||
// not using convention
|
||||
return f.fo()
|
||||
}
|
||||
|
||||
// boo
|
||||
pub fn (f Foo) boo() string {
|
||||
// Incomplete doc
|
||||
return f.fo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user