diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-03-23 01:31:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 09:31:23 +0100 |
commit | 64e6670de45f8f5a470e5cc3ad9ed2cb85f0b57c (patch) | |
tree | 88870000b6be25543c1e56fc756f11cd709fc474 /nimdoc/test_out_index_dot_html | |
parent | d6a16020fe98b467459544ee4cfafe61d681f918 (diff) | |
download | Nim-64e6670de45f8f5a470e5cc3ad9ed2cb85f0b57c.tar.gz |
fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)
* nim doc now shows correct import name in title
Diffstat (limited to 'nimdoc/test_out_index_dot_html')
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nimdoc/test_out_index_dot_html/expected/index.html b/nimdoc/test_out_index_dot_html/expected/index.html index 4646732f1..db7470050 100644 --- a/nimdoc/test_out_index_dot_html/expected/index.html +++ b/nimdoc/test_out_index_dot_html/expected/index.html @@ -17,7 +17,7 @@ <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600' rel='stylesheet' type='text/css'/> <!-- CSS --> -<title>foo</title> +<title>nimdoc/test_out_index_dot_html/foo</title> <link rel="stylesheet" type="text/css" href="nimdoc.out.css"> <script type="text/javascript" src="dochack.js"></script> @@ -64,7 +64,7 @@ window.addEventListener('DOMContentLoaded', main); <body> <div class="document" id="documentId"> <div class="container"> - <h1 class="title">foo</h1> + <h1 class="title">nimdoc/test_out_index_dot_html/foo</h1> <div class="row"> <div class="three columns"> <div class="theme-switch-wrapper"> |