mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x: add a mostly empty vlib/x/x.v file, to workaround a v doc
bug
The bug is that `v doc` ignores README.md in a folder without .v files, leading to tree nodes with empty # links and no content.
This commit is contained in:
parent
49155ec312
commit
089c93b613
3
vlib/x/x.v
Normal file
3
vlib/x/x.v
Normal file
@ -0,0 +1,3 @@
|
||||
module x
|
||||
|
||||
pub const description = 'an empty module, used as a placeholder, for other modules'
|
Loading…
Reference in New Issue
Block a user