From 7ec7731f824b933cdd4f4a1f816c1f3e4862bef6 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Thu, 6 Feb 2020 02:17:00 -0800 Subject: fix #13150 `nim doc --project` now works reliably (#13223) * fix #13150 `nim doc --project` works with duplicate names and with imports below main project file * add to help; fixup after #13212 isRelativeTo got merged * fix test tests/compilerapi/tcompilerapi.nim * remove nimblePkg field; compute on the fly instead * kochdocs: compiler docs now under compiler/ * --docRoot now has smart default: best among @pkg, @path --- nimdoc/testproject/expected/subdir/subdir_b/utils.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nimdoc/testproject/expected/subdir') diff --git a/nimdoc/testproject/expected/subdir/subdir_b/utils.html b/nimdoc/testproject/expected/subdir/subdir_b/utils.html index dc9143390..75cb2508f 100644 --- a/nimdoc/testproject/expected/subdir/subdir_b/utils.html +++ b/nimdoc/testproject/expected/subdir/subdir_b/utils.html @@ -17,7 +17,7 @@ -utils +subdir/subdir_b/utils @@ -71,7 +71,7 @@ function main() {
-

utils

+

subdir/subdir_b/utils

-- cgit 1.4.1-2-gfad0