Automatic HTML document generation

Automatic HTML document generation


{
//
// All ROOT tutorials as well as the class descriptions have been
// generated automatically by ROOT itself via the services of
// the THtml class. Please read this class description and Coding Conventions.
// The following macro illustrates how to generate the html code
// for one class using the Make function.
// This example also shows how to convert to html a macro, including
// the generation of a "gif" file produced by the macro.

//
// How to generate HTML files for a single class
// (in this example class name is TBRIK), ...
gHtml->MakeClass("TBRIK")
//
// and how to generate html code for all classes, including an index.

//gHtml->MakeAll();


// execute a macro
.x something.C


// Invoke the TSystem class to execute a shell script.
// Here we call the "xpick" program to capture the graphics window
// into a gif file.

gSystem->Exec("xpick html/gif/shapes.gif")


// Convert this macro into html
gHtml->Convert("htmlex.C","Automatic HTML document generation")

// The following line is an example of comment showing how
// to include HTML instructions in a comment line.

// here is the output 




[ROOT page] [Class index] [Top of the page]


This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.