mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vdoc: dd .vdocignore + minor fixes
This commit is contained in:
@ -127,6 +127,7 @@ pub fn read_file(path string) ?string {
|
||||
}
|
||||
|
||||
/***************************** Utility ops ************************/
|
||||
|
||||
pub fn (mut f File) flush() {
|
||||
if !f.opened {
|
||||
return
|
||||
|
Reference in New Issue
Block a user