On Wed, Jul 20, 2011 at 10:35 AM, steve donovan <[email protected]> wrote: > Hi all, > > http://stevedonovan.github.com/luarocks/ > > shows the current documentation extracted from the source. I hope > this will be useful! > > There are a few little gotchas revealed by ldoc - I think in the first > two cases 'param' was intended. > > c:\lua\lua\luarocks\loader.lua:42 unknown tag: 'parse' nil > c:\lua\lua\luarocks\search.lua:341 unknown tag: 'string' nil > warning c:\lua\lua\luarocks\tools\patch.lua:10 first comment must be a > doc comment!
Oops, thank you! I believe those should be fixed in git now. > I'll make a rock for LDoc once I've cleaned up the release and worked > out how to teach it to find its stylesheets and templates when > installed using LR. (This was one of the reasons I got re-interested > in luarocks-api, just to find the rocks dir for a package) A curiosity: should you be able to do this in Lua 5.2 using the new package.searchpath function? I would suppose so, by finding the actual path of a module and then locating stylesheets and templates relative to it. -- -- Hisham http://hisham.hm/ - http://colorbleed.com.br/ ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
