Skip to content

Commit

Permalink
Replacd gHtml by THtml htmlex
Browse files Browse the repository at this point in the history
git-svn-id: http://root.cern.ch/svn/root/trunk@8122 27541ba8-7e3a-0410-8455-c3a389f83636
  • Loading branch information
Rene Brun authored and Rene Brun committed Feb 4, 2004
1 parent 2ebc660 commit 7786012
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/htmlex.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
//
// How to generate HTML files for a single class
// (in this example class name is TBRIK), ...
gHtml.MakeClass("TBRIK");
THtml htmlex;
htmlex.MakeClass("TBRIK");

//
// and how to generate html code for all classes, including an index.
Expand All @@ -30,7 +31,7 @@


// Convert this macro into html
gHtml.Convert("htmlex.C","Automatic HTML document generation");
htmlex.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.
Expand Down

0 comments on commit 7786012

Please sign in to comment.