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/files/file1.lua /path/to/my/source/files/file2.lua /path/to/my/source/files/file3.lua etc. Thijs _______________________________________________ Kepler-Project mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
