Re: class categories in html

From: Rene Brun (Rene.Brun@cern.ch)
Date: Mon Mar 01 1999 - 12:03:35 MET


Wouter Hulsbergen wrote:
> 
> Hi all,
> 
> I would like to subdivide my classes into different categories as is
> done in
>    http://root.cern.ch/root/Categories.html
> Can anyone tell me how to pass this to the THtml class ?
> 
> Wouter

Hi Wouter,
The THtml class generates the USER_Index.html file with the following
algorigthm.
All class implementation file names including un underscore are put
in the same category. In the case of Root, for example, the
implementation
file names look like
  BASE_*.cxx
  CONT_*.cxx
  ..
  TREE_*.cxx

All the BASE classes will be automatically assigned tp BASE_Index.html,
etc

This is OK for ROOT, all the classes being in the directory src.
This algorithm could be extended to use, for example, the subdirectory
of the implementation file.

Rene Brun



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:29 MET