1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/doc/doc_test.v
2020-02-19 16:13:34 +01:00

10 lines
107 B
V

import (
v.table
v.doc
)
fn test_vdoc() {
table := table.new_table()
println(doc.doc('net', table))
}