diff --git a/mozilla/webtools/lxr/source b/mozilla/webtools/lxr/source index e3815e04b8e..0349f068f1e 100755 --- a/mozilla/webtools/lxr/source +++ b/mozilla/webtools/lxr/source @@ -1,5 +1,5 @@ #!/usr/bonsaitools/bin/perl -# $Id: source,v 1.15 1999-11-23 21:59:13 endico%mozilla.org Exp $ +# $Id: source,v 1.16 2001-10-25 01:05:07 timeless%mac.com Exp $ # source -- Present sourcecode as html, complete with references # # Arne Georg Gleditsch @@ -251,12 +251,22 @@ sub printfile { my $base = basename($Path->{'file'}, ".idl"); my $dir = $Path->{'virt'}; $dir =~ s#([^/]+)(.*)#$1#; - print("
\n"); - print("\n"); - print("
"); - print("\n"); - print($base . "Interface Reference" . "\n"); - print("
\n"); + my $doxRoot = "http://unstable.elemental.com/mozilla/build/latest/mozilla/" . $dir . "/dox/"; + print("

Inheritance diagram for " . $base . ":

\n"); + print("

\n"); + print("\"Inheritance\n"); + print("

\n"); + print("

Collaboration diagram for " . $base . ":

\n"); + print("

\n"); + print("\"Collaboration\n"); + print("

\n"); + print("

\n"); + print("[ \n"); + print("" . $base . " Interface Reference |"); + print(" Graph Legend ]\n"); + print("

\n"); } print("
");
 		&markupfile(\*SRCFILE, $Path->{'virt'}, $Path->{'file'},