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"}
|
||||
|
@ -121,4 +121,4 @@ function Generator._variable_target(self, scheme, section, variable)
|
|||
self.schemes[scheme].variables[section][variable] then
|
||||
return "section.%s.%s%s#variable.%s" % {scheme, section, self.extension, variable}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue