Please update luadoc to fix the windows path issue
Opened this issue · 1 comments
GoogleCodeExporter commented
mutltiple files in a directory tree, then luadoc will (on windows) mix
directory separators / and \, which makes the html fail.
Additionally, add support for multiline documentation.
Fixes/updates can be found here; https://github.com/Tieske/luadoc
Reason I'm posting this issue is because I noticed that the luadoc included
with Lua for Windows seems to be more recent than the one in kepler/luadoc on
github (there are 2 more old pull requests open on that one).
Original issue reported on code.google.com by th...@thijsschreijer.nl
on 29 Sep 2011 at 10:15
GoogleCodeExporter commented
Just added another commit, the version posted yesterday was not properly
updating the windows paths to fix that issue. The current version does, sorry
about that...
Original comment by th...@thijsschreijer.nl
on 30 Sep 2011 at 5:57