Fixes UVLdoc generation, thanks ffrrrr (closes #49)
This commit is contained in:
parent
2c34f6d366
commit
adaed27551
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ function Generator.__init__(self, schemes, output, uvlpath)
|
|||
self.names = schemes
|
||||
self.output = output or "doc"
|
||||
self.schemes = {}
|
||||
self.uvl = uvl.UVL()
|
||||
self.uvl = uvl.UVL(uvlpath)
|
||||
|
||||
self.extension = ".xml"
|
||||
self.additionals = {"uvldoc.css"}
|
||||
|
|
Loading…
Reference in a new issue