summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-11-16 12:53:36 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-11-16 12:53:36 +0100
commita4d40d137e402acb02d557baeba159b843ebda3f (patch)
treec0ad67f575017b68f0dda63f5c06b086c728759b /tools
parent25e825df3ad1832c5795eb06369b8fe660a4d02d (diff)
downloadNim-a4d40d137e402acb02d557baeba159b843ebda3f.tar.gz
'nim doc' is now using version 2 of the documentation generator
Diffstat (limited to 'tools')
-rw-r--r--tools/nimweb.nim2
1 files changed, 1 insertions, 1 deletions
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