Attachments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #49: fix_uvldoc_uvlpath.patch

File fix_uvldoc_uvlpath.patch, 0.7 KB (added by ffrrrr@…, 4 years ago)

fix uvl path when rendering uvldoc

  • libs/uvldoc/luasrc/uvldoc/renderer.lua

     
    3232    self.names   = schemes 
    3333    self.output  = output or "doc" 
    3434    self.schemes = {} 
    35     self.uvl     = uvl.UVL() 
     35    self.uvl     = uvl.UVL(uvlpath) 
    3636     
    3737    self.extension = ".xml" 
    3838    self.additionals = {"uvldoc.css"} 
     
    121121     self.schemes[scheme].variables[section][variable] then 
    122122        return "section.%s.%s%s#variable.%s" % {scheme, section, self.extension, variable} 
    123123    end 
    124 end 
    125  No newline at end of file 
     124end