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+(-) Y+ P?(+++) t+ 5+ X- R? !tv b+ DI+ D- G e>+++ h-- r- !y+



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
the fact that it suppoert emacs too). There is a regular Debian
package.

Cheers,
  Colin

-- 
YYURYYUBICURYY4ME.



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 author of that website (Erik) to help you, but 
keep in mind that he's busy like most people.




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'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 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+(-) Y+ P?(+++) t+ 5+ X- R? !tv b+ DI+ D- G e>+++ h-- r- !y+
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

-- 
Michael O'Brien Tools
Pixar   [EMAIL PROTECTED]

VIZZINI: You fell victim to one of the classic blunders. The most famous is 
 never get involved in a land war in Asia. But only slightly less 
 well-known is this: never go in against a Sicilian when death is on
 the line. Ha ha ha ha ha ha. Ha ha ha ha ha--



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
> 
> 
> 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 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+(-) Y+ P?(+++) t+ 5+ X- R? !tv b+ DI+ D- G e>+++ h-- r- !y+
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 
> 



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 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+(-) Y+ P?(+++) t+ 5+ X- R? !tv b+ DI+ D- G e>+++ h-- r- !y+