Andrey Makarov
|
19898e1225
|
Fix group reference (with capital letters (#19196)
in group name)
|
2021-12-20 15:10:15 -05:00 |
|
Andrey Makarov
|
7ba2659f73
|
docgen: implement doc link resolution in current module (#18642)
|
2021-10-28 19:20:52 +02:00 |
|
Timothee Cour
|
8d2f6bba3a
|
support same-line doc comments in routines (#18595)
* support same-line comments in routines
* remove assert as per review comment
|
2021-07-27 19:50:59 +02:00 |
|
Timothee Cour
|
0de3d4292f
|
fix #16993, #18054, #17835 runnableExamples now works with templates and nested templates (#18082)
|
2021-06-02 09:02:14 -07:00 |
|
Timothee Cour
|
930a0c999b
|
cleanup comment now that #14434 was fixed (#14874)
|
2020-07-01 14:16:22 -07:00 |
|
Timothee Cour
|
e013ebc91a
|
fix #8871 runnableExamples now preserves source code comments, litterals, and all formatting; other bug fix (#14439)
* fix #8871 runnableExamples now preserves source code comments, litterals, and all formatting
* remove orig deadcode from getAllRunnableExamplesImpl
* fix expected examples
* add test to close https://github.com/nim-lang/Nim/issues/14473
* correctly handle regular comments before 1st token inside runnableExamples
* add test to answer https://github.com/nim-lang/Nim/pull/14439#discussion_r431829199
* update tests
|
2020-05-28 20:46:06 +02:00 |
|
Araq
|
56b804a283
|
RST parser: fixes #8158
|
2019-01-11 22:17:43 +01:00 |
|
Araq
|
ee7f2d97cc
|
docgen: support markdown headings too
|
2019-01-11 22:17:43 +01:00 |
|
Araq
|
5ef5dc86c5
|
docgen: support markdown link syntax; enable markdown extensions
|
2019-01-11 22:17:43 +01:00 |
|
Araq
|
48f73aaa1c
|
docgen: fixes #9432 [backport]
|
2018-10-31 00:19:24 +01:00 |
|
Araq
|
b9ed684dd2
|
index generation for docgen knows about subdirectories; index knows about enum values; fixes import statement for runnableExamples
|
2018-09-13 01:05:51 +02:00 |
|
Andreas Rumpf
|
b017138c32
|
added a test for 'nim doc'
|
2018-09-07 19:21:16 +02:00 |
|