1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: v doc

This commit is contained in:
Alexander Medvednikov
2020-05-01 10:55:48 +02:00
committed by GitHub
parent 66f4c881ec
commit 666801f9f9

View File

@@ -1249,7 +1249,7 @@ The comment must start with the name of the definition.
An overview of the module must be placed in the first comment right after the module's name.
To generate documentation, run `v doc path/to/module` (TODO this is temporarily disabled).
To generate documentation use vdoc, for example `v doc net.http`.
## Profiling