mirror of
https://github.com/vlang/v.git
synced 2025-09-27 14:53:11 -04:00

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'
|