Delyan Angelov
|
46447f1262
|
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 |
|
Delyan Angelov
|
40b574b409
|
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 |
|
yuyi
|
c51d30bf53
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
|
Turiiya
|
8aa9314a99
|
vlib: refactor empty string checks to use s == '' or s != '' , instead of s.len == 0 (#21300)
|
2024-04-18 02:44:31 +03:00 |
|
Turiiya
|
f77bb32044
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
|
Swastik Baranwal
|
4458e49652
|
vdoc: fix syntax highlighting for symbols before ! and between ( and , (#19888)
|
2023-11-16 20:14:28 +02:00 |
|
Delyan Angelov
|
999328a136
|
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 |
|