lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>   GNU Gtags can also convert C code into HTML.  It's not quite as pretty,
> but it can show you not only where something is defined, but where that
> definition (function, type, etc) is used in the code.  I use it at work to
> browse source code.

I tried GNU Gtags and it generated very large HTML files and indices.
Plus it's not pretty and the HTML is not easy to fix or hack.

I use Exuberant Ctags; it also gives additional info on names,
which is displayed in the name indices:
	http://www.lua.org/source/5.3/idx.html