Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
cmd
/
tools
/
vdoc
/
testdata
/
comments
/
main.comments.out
5
lines
·
4
sloc
·
277 bytes
·
8eaaba6094456bb21833fddf20d22514e7dadcb2
Raw
1
module rec
2
v doc -f html -o doc rec.v (doc should be an empty folder) I would like to see these 2 lines in HTML-generated header documentation
3
4
fn fib(n int) int
5
fib Calculates the recursive fibonacci series `n` is the rank to pass to function I See these 3 lines only
6