[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 source code hyperlink
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 12 Mar 2014 08:28:57 -0300
> Trying to go through the source code of Lua 5.2, however when I decided to
> check out this function "next(ls)" inside llex function I noticed that the
> hyperlink leads to http://www.lua.org/source/5.2/lobject.h.html#next which
Sorry about that. The scripts that do the conversion to HTML are simple
minded and do not handle duplicate names. This is a bug. They also add
links in comments, which may or may not be the correct thing to do,
depending on the comment. Thanks for reporting.
If there are only a few of those, perhaps it is easier to fix them by
hand. Have you or anyone else found other bad links?