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

35 Commits

Author SHA1 Message Date
9427c5f526 vdoc: fix output folder creation (#9699) 2021-04-12 15:59:40 +03:00
0e254e0329 vdoc: support -os and show docs according to the platform (#9474) 2021-03-27 09:50:06 +01:00
1d42b4cf66 vdoc, v.doc: remove DocPos and use token.Position (#9429) 2021-03-23 09:07:09 +01:00
eccf707270 vdoc: improve error message for non-existing symbols (#9359) 2021-03-18 15:04:53 +02:00
0c620a78bf vdoc: highlight keywords in bright_blue 2021-03-16 12:24:34 +02:00
26138f98af v doc: implement color highlighting for the stdout format, enable it by default (#9312) 2021-03-15 13:21:19 +02:00
e9797c618a all: implement error interfaces (#9291) 2021-03-13 18:13:50 +01:00
62458e3553 vdoc: remove local mode (#9282) 2021-03-13 07:49:03 +02:00
114a7db6e5 vdoc: fix symbol filtering (#9210) 2021-03-09 13:05:50 +02:00
8f0ede34ad v doc: add available output formats (#9180) 2021-03-08 17:21:40 +02:00
b712af56fd all: bring back panic(err.msg) -> panic(err) (#9022) 2021-03-01 00:18:14 +01:00
d63b7bc35a all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
b9a381f101 all: migrate to the new Option (p. 1) (#8924) 2021-02-28 22:24:29 +03:00
2516c07614 ci: fix v -W build-tools 2021-02-22 15:33:35 +02:00
ebb5305b27 vdoc: fix markdown toc link rendering (#8714) 2021-02-13 09:04:47 +02:00
e5a84719ca all: require calling optfn() ? / optfn() or {...} for fn optfn() ? {} 2021-01-26 16:43:17 +02:00
dbaccd4272 vfmt: shorten main.const_name to just const_name 2021-01-25 20:57:33 +02:00
728344ff65 ci: fix v test-cleancode 2021-01-25 12:55:01 +02:00
8b61891348 fmt: smarter if condition wrapping (#8201) 2021-01-23 10:33:22 +02:00
33694665f0 fmt: align each contiguous field of struct. not the whole. (#7981) 2021-01-12 04:38:43 +01:00
362c21de06 vdoc: remove http doc server (#7984) 2021-01-09 22:47:58 +01:00
b299fb1e92 vdoc: heavy refactor, immutable config (#7945) 2021-01-08 12:25:22 +02:00
30a2f125ef doc: add comment example support (#7924) 2021-01-06 19:43:43 +01:00
a02de42450 vdoc: escape < and > before creating md (#7895) 2021-01-05 19:16:56 +01:00
55d5b9e724 vdoc: include readme link in toc (#7871) 2021-01-05 01:40:21 +01:00
4f5db46bc2 vdoc: prefix for head section id (#7866) 2021-01-04 20:00:18 +02:00
90839a1b76 vdoc: fix markdown content indentation 2021-01-02 23:17:54 +02:00
38c764f0ce vdoc: fix toc Constants link (#7810) 2021-01-02 20:18:17 +02:00
9980de39c3 vdoc: remove 's' between paragraphs (#7811) 2021-01-02 19:52:45 +02:00
c8caf71282 vdoc: fix the indentation of the generated html file (#7802) 2021-01-02 11:11:34 +02:00
7bd0c5bc03 vdoc: search fix titles (#7681) 2020-12-29 21:01:12 +02:00
d69993a40e vdoc: implement advanced search (beta) (#7630) 2020-12-29 13:51:24 +02:00
5c4c5042b3 vdoc: fix scrollbar on mobile (#7614) 2020-12-27 16:14:16 +02:00
06fdf34214 fmt: unwrap long single line ifs (#7608) 2020-12-27 14:20:30 +01:00
929a002229 vdoc: move to it's own directory cmd/tools/vdoc/ (#7606) 2020-12-27 14:43:23 +02:00