Re: Links to ROOT documentation in THtml

Rene Brun (Rene.Brun@cern.ch)
Mon, 30 Nov 1998 10:04:01 +0100


Wouter Hulsbergen wrote:
>
> Dear all,
>
> I am using the THtml class to document my classes in html. Conveniently,
> it provides all kinds of cross links between my classes. However, it
> would also be quite nice if I would have the links to the html
> documentation of the root classes. Is this possible ?
>
> Many thanks, regards !
>
> Wouter

Yes,
To get these links, you must specify in your .rootrc file
the address of the root files. Here is an example of .rootrc

cat .rootrc

# Path used by dynamic loader to find shared libraries
*.Root.DynamicPath: .:$ROOTSYS/lib

# Activate memory statistics
Rint.Root.MemStat: 1
Root.ObjectStat: 1
Rint.Load: rootalias.C
Rint.Logon: rootlogon.C
Rint.Logoff: rootlogoff.C
Root.Html.SearchEngine: http://hpna49-7.cern.ch/cgi-bin/search/root
Rint.Canvas.MoveOpaque: false
Rint.Canvas.HighLightColor: 5
Root.Html.OutputDir: html
Root.Html.SourceDir: src:include:.:/usr/user/source
Root.Html.Author: Rene Brun
Root.Html.Root: http://root.cern.ch/root/html

Rene Brun