mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
add --processing:dots|filenames|off to customize hintProcessing (#17817)
This commit is contained in:
@@ -92,7 +92,7 @@ else: # don't run twice the same test
|
||||
of 5: nimcache / htmldocsDirname
|
||||
else: file.parentDir / htmldocsDirname
|
||||
|
||||
var cmd = fmt"{nim} doc --index:on --listFullPaths --hint:successX:on --nimcache:{nimcache} {options[i]} {file}"
|
||||
var cmd = fmt"{nim} doc --index:on --filenames:abs --hint:successX:on --nimcache:{nimcache} {options[i]} {file}"
|
||||
removeDir(htmldocsDir)
|
||||
let (outp, exitCode) = execCmdEx(cmd)
|
||||
check exitCode == 0
|
||||
|
||||
Reference in New Issue
Block a user