v/cmd/tools/vdoc
2025-06-19 19:46:29 +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 tools: make v doc -f md module output useful by default (#24737) 2025-06-17 07:00:08 +03:00
theme tools: reduce padding for v doc produced html nodes too 2025-05-04 18:47:39 +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 v.vmod,tools: support a repo_branch property in v.mod files, in addition to the existing repo_url property, to allow for backlinks to repos that use main instead of master as their core branch 2025-06-19 19:46:29 +03:00
main.v 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
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 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
utils.v tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02: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: fix infinit recursive calls (fix #24232) (#24274) 2025-04-21 17:53:23 +03:00
vdoc_file_test.v tools: make v doc -f md module output useful by default (#24737) 2025-06-17 07:00:08 +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