index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nimdoc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix theme switch load from local storage (#14897)
Manuel Bojato
2020-07-10
5
-70
/
+25
*
cleanup comment now that #14434 was fixed (#14874)
Timothee Cour
2020-07-01
1
-2
/
+0
*
fix #14846; add macros.extractDocCommentsAndRunnables (#14849)
Timothee Cour
2020-07-01
4
-0
/
+58
*
fix #14691 docgen works again for methods (#14701)
Timothee Cour
2020-06-18
4
-0
/
+105
*
runnableExamples: correctly handle multiline string litterals (#14492)
Timothee Cour
2020-06-01
4
-0
/
+90
*
hotfix doc comments for procs without body (#14494)
Timothee Cour
2020-05-29
4
-0
/
+98
*
fix #14485 (#14487)
Timothee Cour
2020-05-28
4
-0
/
+42
*
fix #8871 runnableExamples now preserves source code comments, litterals, and...
Timothee Cour
2020-05-28
8
-19
/
+722
*
Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)
Kaushal Modi
2020-05-28
3
-1
/
+27
*
fix #6583, fix #14376, index+search now generated for all projects, many bug ...
Timothee Cour
2020-05-25
3
-1
/
+10
*
fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)
Timothee Cour
2020-05-20
2
-3
/
+4
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
1
-2
/
+2
*
Fix docs for subdirs too (#13180)
Clyybber
2020-01-17
1
-1
/
+1
*
Fix docs (#13176)
Clyybber
2020-01-16
5
-5
/
+5
*
fixes #12998 nim doc regression (#13117)
Timothee Cour
2020-01-16
5
-5
/
+5
*
feature dracula themed doc (#12816)
Andreas Rumpf
2019-12-10
5
-3835
/
+186
*
Removing the mention of using `discard` for block comments (#12837) [backport]
Elliot Waite
2019-12-08
5
-0
/
+5
*
renderer letAux fix only for octal literal (#12343)
Ridho Pratama
2019-10-08
3
-1
/
+69
*
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
1
-4
/
+6
*
Implement some custom formatting for input fields in the documentation (#11632)
Hugo Locurcio
2019-07-03
5
-0
/
+85
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
5
-0
/
+56
*
Use the correct HTML file reference in "nim doc" generated idx files (#11326)
Kaushal Modi
2019-05-25
5
-10
/
+1715
*
Fixes #11078 (#11079)
Jasper Jenkins
2019-04-23
2
-1
/
+5
*
docgen: add links for var, let and const (refs #10487) (#10868)
Miran
2019-03-20
1
-1
/
+1
*
fixes #10857 invisible span had width (#10860)
Anthon van der Neut
2019-03-19
3
-12
/
+24
*
documentation style tweaks (#10790)
Miran
2019-03-08
3
-9
/
+9
*
fix documentation CSS
narimiran
2019-02-05
3
-48
/
+84
*
update documentation CSS (#10543)
Miran
2019-02-04
3
-2028
/
+693
*
change the expected output of nim doc
narimiran
2019-01-28
3
-15
/
+6
*
docgen: do not produce trailing commas for links
Araq
2019-01-25
3
-20
/
+20
*
docgen: produce links for proc names
Araq
2019-01-25
3
-9
/
+10
*
RST parser: fixes #8158
Araq
2019-01-11
2
-1
/
+17
*
docgen: support markdown headings too
Araq
2019-01-11
3
-3
/
+26
*
docgen: support markdown link syntax; enable markdown extensions
Araq
2019-01-11
3
-2
/
+4
*
Change documentation details (closes #5525) (#9542)
Miran
2018-10-31
2
-4
/
+4
*
docgen: fixes #9432 [backport]
Araq
2018-10-31
5
-1
/
+132
*
Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)
Kaushal Modi
2018-10-09
2
-4
/
+4
*
Make "koch docs" copy the dochack.js to the right location too
Kaushal Modi
2018-09-29
3
-3
/
+3
*
Don't prevent ',' from getting escaped in theindex.html
Kaushal Modi
2018-09-28
1
-4
/
+4
*
Encode non-alphanum chars like %, + in URLs in the docs
Kaushal Modi
2018-09-28
2
-10
/
+16
*
Revert #7964
LemonBoy
2018-09-21
3
-1
/
+25
*
make documentation generator tests green again
Araq
2018-09-13
3
-5
/
+10
*
index generation for docgen knows about subdirectories; index knows about enu...
Araq
2018-09-13
4
-3
/
+1276
*
added a test for 'nim doc'
Andreas Rumpf
2018-09-07
6
-0
/
+2687