Re: Automatic documentation generation
Rene Brun (Rene.Brun@cern.ch)
Sat, 20 Sep 1997 08:28:17 +0200
Pasha Murat wrote:
> 
>         I've been trying to follow ROOT's "how to generate HTML documentation".
>         It looks like some basic component is missing.
>         Am I doing something wrong?
>                                                         Thanks, Pasha
> --------------------------------------------------------------------------------
> /cdf/upgrade/tracking/murat/g3/test/linalg/Root>root
> No default font loaded
>   *******************************************
>   *                                         *
>   *        W E L C O M E  to  R O O T       *
>   *                                         *
>   *   Version   1.03/03 12 September 1997   *
>   *            Development version          *
>   *                                         *
>   *  You are welcome to visit our Web site  *
>   *          http://root.cern.ch            *
>   *                                         *
>   *******************************************
> 
> CINT/ROOT C/C++ Interpreter version 5.13.24, Aug 24 1997
> Type ? for help. Commands must be C++ statements.
> Enclose multiple statements between { }.
> root [0] THtml html
> root [1] gHtml->MakeClass("TBRIK")
> 
>  *** Break *** segmentation violation
> --------------------------------------------------------------------------------
> 
> 
Hi Pasha,
This should work, unless your html output directory is not defined.
see http://root.cern.ch/root/Documentation.html
for details on setting up the environment before generating
the documentation.
Rene Brun