mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
@@ -206,7 +206,7 @@ proc newDocumentor*(filename: AbsoluteFile; cache: IdentCache; conf: ConfigRef,
|
||||
proc (gen: var RstGenerator; filename, cmd: string; status: int; content: string) =
|
||||
if conf.docCmd == docCmdSkip: return
|
||||
inc(gen.id)
|
||||
var d = TDocumentor(gen)
|
||||
var d = (ptr TDocumentor)(addr gen)
|
||||
var outp: AbsoluteFile
|
||||
if filename.len == 0:
|
||||
let nameOnly = splitFile(d.filename).name
|
||||
|
||||
Reference in New Issue
Block a user