mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
089c93b613
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.
4 lines
94 B
V
4 lines
94 B
V
module x
|
|
|
|
pub const description = 'an empty module, used as a placeholder, for other modules'
|