v/cmd/tools/vdoc
2024-07-05 12:52:54 +03:00
..
testdata tools: move _test.v files for vdoc at the same level (#21473) 2024-05-08 17:29:49 +03:00
theme vdoc: fix search in README index.html when generated with v doc -f html -m -readme flags (#21506) 2024-05-15 21:06:26 +03:00
.gitattributes vdoc: fix syntax highlighting for symbols before ! and between ( and , (#19888) 2023-11-16 20:14:28 +02:00
files.v vdoc: improve vdocignore file handling by walking all .vdocignore sub-paths in IgnoreRules.get, add test (#21521) 2024-05-18 14:30:50 +03:00
highlight.v v.token: make is_assign() contain .decl_assign (#21805) 2024-07-05 12:52:54 +03:00
html.v v.token: make is_assign() contain .decl_assign (#21805) 2024-07-05 12:52:54 +03:00
main.v vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300) 2024-04-18 02:44:31 +03:00
markdown.v fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782) 2024-07-02 23:10:00 +03:00
run_examples.v tools: support v doc -run-examples math, to ensure that all // Example: code doc comments are working (#19852) 2023-11-13 12:53:42 +02:00
utils.v vdoc: improve creation of trimmed node descriptions, extend tests (#21281) 2024-04-15 14:54:06 +03:00
vdoc.v vdoc: include src dir when trying to generate doc comments for module (#21505) 2024-05-15 21:07:15 +03:00
vdoc_file_test.v tests: fix dependence on presence of vlib/bitfield/_docs in vdoc_file_test.v (#21478) 2024-05-09 21:12:06 +03:00
vdoc_test.v ci: run v fmt -w cmd/tools/vdoc/vdoc_test.v 2024-05-18 15:06:20 +03:00