From a4d40d137e402acb02d557baeba159b843ebda3f Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 16 Nov 2017 12:53:36 +0100 Subject: 'nim doc' is now using version 2 of the documentation generator --- tools/nimweb.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/nimweb.nim b/tools/nimweb.nim index a082520e0..ffb1ac4e3 100644 --- a/tools/nimweb.nim +++ b/tools/nimweb.nim @@ -307,7 +307,7 @@ proc buildDoc(c: var TConfigData, destPath: string) = destPath / changeFileExt(splitFile(d).name, "html"), d] i.inc for d in items(c.srcdoc): - commands[i] = findNim() & " doc $# --git.url:$# -o:$# --index:on $#" % + commands[i] = findNim() & " doc0 $# --git.url:$# -o:$# --index:on $#" % [c.nimArgs, gitRepo, destPath / changeFileExt(splitFile(d).name, "html"), d] i.inc -- cgit 1.4.1-2-gfad0