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:
Delyan Angelov 2022-03-15 20:18:14 +02:00
parent 49155ec312
commit 089c93b613
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

3
vlib/x/x.v Normal file
View file

@ -0,0 +1,3 @@
module x
pub const description = 'an empty module, used as a placeholder, for other modules'