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/to/my/source/files/file1.lua
/path/to/my/source/files/file2.lua
/path/to/my/source/files/file3.lua
etc.
I think you'd better change to your LUA_PATH before invonking
LuaDoc. This should produce the correct names.
Regards,
Tomás_______________________________________________
Kepler-Project mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/