v/cmd/tools/vdoc
2025-08-13 21:02:14 +03:00
..
document tools: move cmd/tools/vdoc/doc to cmd/tools/vdoc/document, so that it can be imported from other programs through -path, without conflicting with the top level doc/ folder in the main repo (#23733) 2025-02-15 23:12:57 +02:00
testdata ci: run VAUTOFIX=1 v test cmd/tools/vdoc to update cmd/tools/vdoc/testdata/run_examples_bad/main.comments.out 2025-08-13 15:25:08 +03:00
theme vdoc: fix overlapping fn titles on mobile browsers in portrait mode 2025-08-01 11:11:06 +03:00
.gitattributes vdoc: fix syntax highlighting for symbols before ! and between ( and , (#19888) 2023-11-16 20:14:28 +02:00
files.v fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232) 2024-09-17 09:47:38 +03:00
highlight.v all: replace enum field name 'xxx_' with 'xxx' (#22469) 2024-10-10 09:17:19 +03:00
html.v vdoc: make -run-examples compatible with all output modes, not just the plaintext one 2025-08-13 12:57:25 +03:00
main.v vdoc: support v doc -check-examples -f none vlib/builtin 2025-08-13 16:49:33 +03:00
markdown.v tools: make v doc -f md module output useful by default (#24737) 2025-06-17 07:00:08 +03:00
run_examples.v vdoc: enable example lines that have explicit imports too, fixup the remaining vlib examples, so v doc -v -unsafe-run-examples -f none vlib/ could be added to the CI 2025-08-13 21:02:14 +03:00
utils.v vdoc: support v doc -check-examples -f none vlib/builtin 2025-08-13 16:49:33 +03:00
v.mod tools,v.doc: move vlib/v/doc/ to cmd/tools/vdoc/doc/ to reduce the runtime of the CI runs, when v doc is changed (#23483) 2025-01-16 14:40:28 +02:00
vdoc.v vdoc: support v doc -check-examples -f none vlib/builtin 2025-08-13 16:49:33 +03:00
vdoc_file_test.v ci: retry 3 times vdoc_file_test.v 2025-08-13 20:14:30 +03:00
vdoc_run_examples_test.v vdoc: implement -unsafe-run-examples and -check-examples support, add tests and document them 2025-08-13 14:26:04 +03:00
vdoc_test.v ci: reduce false positives for cover_test.v and vdoc_test.v 2025-05-01 10:56:31 +03:00