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.
pull/13748/head
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
1 changed files with 3 additions and 0 deletions

3
vlib/x/x.v 100644
View File

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