Re: HOWTO: HTML cross reference of C code

2001-04-01 Thread Viktor Rosenfeld
Thanks for everybody, who gave me pointers, I think doxygen is the tool to go. Debian users are simply amazing! Cheers, Viktor -- Viktor Rosenfeld WWW: http://www.informatik.hu-berlin.de/~rosenfel/ Geek Code (3.1): GCS/SS d-@ s+: a20 C++@ UL++$ P+ L+++ E--- W++ N++ o? K? !W O? M? V? PS++@ PE

Re: HOWTO: HTML cross reference of C code

2001-03-30 Thread Colin Marquardt
Viktor Rosenfeld <[EMAIL PROTECTED]> writes: > I'm looking for a tool that creates HTMLified cross reference of C > code. Particulary, if I have a e.g. a prototype for an open function LXR has been mentioned. There is also Global (http://www.tamacom.com/unix/) which seems pretty powerful (I like

Re: HOWTO: HTML cross reference of C code

2001-03-30 Thread Robert Voigt
Once a sysadmin set that up for me. He took hours and then it referenced only a few variables. I remember the ingredients of it, it was lxr, glimpse and apache (maybe I forgot something). There's a relatively good working example on http://vorbis.on2.com/lxr/http/source Perhaps you can ask the

Re: HOWTO: HTML cross reference of C code

2001-03-30 Thread Michael O'Brien
Hola~ Check out doxygen: http://www.doxygen.org You will need to do some configuring to get doxygen to parse out standard structures (ie, you need to run doxygen on /usr/include, then cross ref it with your code). MO >-- On Fri, Mar 30, 2001 at 08:08:00PM +0200, % wrote: > Hi folks, > > I

RE: HOWTO: HTML cross reference of C code

2001-03-30 Thread Brooks R. Robinson
man2html kinda sorta does this > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Viktor Rosenfeld > Sent: Friday, March 30, 2001 12:08 PM > To: debian-user@lists.debian.org > Subject: HOWTO: HTML cross reference of C code > &g

HOWTO: HTML cross reference of C code

2001-03-30 Thread Viktor Rosenfeld
Hi folks, I'm looking for a tool that creates HTMLified cross reference of C code. Particulary, if I have a e.g. a prototype for an open function int dev_open (struct inode *inode, struct file *filp) and click on "inode" I want to be taken to its definition in . TIA, Viktor -- Viktor