Hi everyone,
I'm happy to announce LuaRocks 2.0.3:
http://luarocks.org/releases/luarocks-2.0.3.tar.gz
http://luarocks.org/releases/luarocks-2.0.3-win32.zip
(This is the basic package for Win32 like the one from previous
releases, but the best bet is to wait for LfW integration.)
What's new:
*
In my own lua documentation module, I use an installation directory
variable to make every path relative, which is the --root option I
guess.
wes
On Tue, Sep 14, 2010 at 12:40 PM, Tomas Guisasola Gorham
wrote:
> Hi Thijs
>
>> Wouldn't it make sense to have luadoc take the root argument of
On Tue, Sep 14, 2010 at 9:40 PM, Tomas Guisasola Gorham
wrote:
> Hi Thijs
>
>> Wouldn't it make sense to have luadoc take the root argument of its
>> source files as the basis from where it generates the filenames?
>>
>> So if you invoke:
>> $ luadoc /some/absolute/path/*
>>
>> it lists an
Hi Thijs
Wouldn't it make sense to have luadoc take the root argument of its
source files as the basis from where it generates the filenames?
So if you invoke:
$ luadoc /some/absolute/path/*
it lists an exiting file like
/some/absolute/path/mymodule/file1.lua
as
mymodule/file1.lua
?
On Tue, Sep 14, 2010 at 7:51 PM, Tomas Guisasola Gorham
> Well, maybe I missed something :-)
> The names of the files are the names given to LuaDoc, thus if
> you want short names you should change to the directory you want to be
> the "root" of the files given to LuaDoc. For exampl
Hi Thijs
I think you'd better change to your LUA_PATH before invonking
LuaDoc. This should produce the correct names.
Hi Tomas,
Sorry I have no idea what you mean. My LUA_PATH is a list of several
paths and I don't understand how this is related to luadoc generating
html list
On Tue, Sep 14, 2010 at 4:12 PM, Tomas Guisasola Gorham
>
> I think you'd better change to your LUA_PATH before invonking
> LuaDoc. This should produce the correct names.
>
Hi Tomas,
Sorry I have no idea what you mean. My LUA_PATH is a list of several
paths and I don't understand how thi
Hi Thijs
I'm invoking luadoc with an absolute path to a directory where my
source files are located. This generates documentation where every
file is listed with their full path name. How can I make this relative
instead?
$ luadoc /path/to/my/source/files
generates html listing:
/path
Hi,
I'm invoking luadoc with an absolute path to a directory where my
source files are located. This generates documentation where every
file is listed with their full path name. How can I make this relative
instead?
$ luadoc /path/to/my/source/files
generates html listing:
/path/to/my/source/f