Closed tst2005 closed 8 years ago
Hello,
I don't know if the https://keplerproject.github.io/luafilesystem/manual.html page is generated but there are some little mistake in the section ancor names.
https://keplerproject.github.io/luafilesystem/manual.html
lfs.chdir
lfs.currentdir
manual.html#getcwd
lfs.lock_dir
manual.html#chdir
lfs.dir
The source code :
<dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt> ... <dt><a name="chdir"></a><strong><code>lfs.lock_dir(path, [seconds_stale])</code></strong></dt> ... <dt><a name="getcwd"></a><strong><code>lfs.currentdir ()</code></strong></dt> ... <dt><a name="dir"></a><strong><code>iter, dir_obj = lfs.dir (path)</code></strong></dt>
Regards,
it's done by hand! PRs fixing the doc subdir and the gh-pages branch would be most welcome!
doc
gh-pages
Fixed.
Hello,
I don't know if the
https://keplerproject.github.io/luafilesystem/manual.html
page is generated but there are some little mistake in the section ancor names.lfs.chdir
is ok with manual.html#chdirlfs.currentdir
ismanual.html#getcwd
should be manual.html#currentdirlfs.lock_dir
ismanual.html#chdir
should be manual.html#lock_dirlfs.dir
is ok with manual.html#dirThe source code :
Regards,