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

vdoc: group constants + minor fixes

This commit is contained in:
Ned Palacios
2020-06-07 18:27:42 +08:00
committed by GitHub
parent 1c2bf7b244
commit cbcdc8434f
4 changed files with 116 additions and 24 deletions

View File

@@ -17,6 +17,8 @@ Options:
-l Show the locations of the generated signatures. (For plaintext only)
-m Generate docs for modules listed in that folder.
-o Specifies the output file/folder path where to store the generated docs.
-open Launches the browser when the server docs has started.
-p Specifies the port to be used for the docs server.
-s Serve HTML-generated docs via HTTP.
-r Include README.md to docs if present.
-v Enables verbose logging. For debugging purposes.