[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] converting Lua C sources to HTML
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 28 Apr 2015 15:40:42 -0300
> 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