Ticket #49: fix_uvldoc_uvlpath.patch
| File fix_uvldoc_uvlpath.patch, 0.7 KB (added by ffrrrr@…, 4 years ago) |
|---|
-
libs/uvldoc/luasrc/uvldoc/renderer.lua
32 32 self.names = schemes 33 33 self.output = output or "doc" 34 34 self.schemes = {} 35 self.uvl = uvl.UVL( )35 self.uvl = uvl.UVL(uvlpath) 36 36 37 37 self.extension = ".xml" 38 38 self.additionals = {"uvldoc.css"} … … 121 121 self.schemes[scheme].variables[section][variable] then 122 122 return "section.%s.%s%s#variable.%s" % {scheme, section, self.extension, variable} 123 123 end 124 end 125 No newline at end of file 124 end
