diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-10-22 01:44:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 10:44:28 +0200 |
commit | 09795241375839c2b9fbd1ba8b61dc9a920837d7 (patch) | |
tree | cdfad2f98352246fb8d24bdae6dc28dbea9badb4 /nimdoc/testproject | |
parent | b2f51e29504160da7bb6ee98af464c21a9a96efd (diff) | |
download | Nim-09795241375839c2b9fbd1ba8b61dc9a920837d7.tar.gz |
add Source+Edit links on top of every docgend file (#15642)
Diffstat (limited to 'nimdoc/testproject')
-rw-r--r-- | nimdoc/testproject/expected/subdir/subdir_b/utils.html | 1 | ||||
-rw-r--r-- | nimdoc/testproject/expected/testproject.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nimdoc/testproject/expected/subdir/subdir_b/utils.html b/nimdoc/testproject/expected/subdir/subdir_b/utils.html index ebbedc648..5acf196b0 100644 --- a/nimdoc/testproject/expected/subdir/subdir_b/utils.html +++ b/nimdoc/testproject/expected/subdir/subdir_b/utils.html @@ -132,6 +132,7 @@ function main() { </ul> </div> + <div class="nine columns" id="content"> <div id="tocRoot"></div> diff --git a/nimdoc/testproject/expected/testproject.html b/nimdoc/testproject/expected/testproject.html index a5522a2e2..922319914 100644 --- a/nimdoc/testproject/expected/testproject.html +++ b/nimdoc/testproject/expected/testproject.html @@ -358,6 +358,7 @@ function main() { </ul> </div> + <div class="nine columns" id="content"> <div id="tocRoot"></div> |