d33tah
d33tah

Reputation: 11561

Create "browsable" source code based on ctags output?

Is there a way to take a program's source code, run ctags on it and generate an HTML file for each of original source code file, with hyperlinks at places where ctags can see relations in the code? How could I do that?

Upvotes: 1

Views: 201

Answers (1)

Evan
Evan

Reputation: 6545

I believe http://lxr.sourceforge.net/en/index.php is what you're looking for.

Upvotes: 1

Related Questions