Contents 
 Index 
 "TPT User's Guide" 
 < Previous 
 Next > 

HTML Output

Doxygen does a good job of creating an HTML system for the source files in its project. The GENERATE_HTML and the HTML_OUTPUT tags are specified in the project file to tell Doxygen to generate HTML output.

In addition, the HTML_HEADER and HTML_FOOTER tags specify two files, in our case voyant_head.txt and voyant_foot.txt, respectively. These files contain valid HTML syntax for code that is to be placed at the top and bottom of the generated HTML. In addition, they insert HTML comment tags which are used later by voyant_nav.pl.

<!-- begin voy_common_top --><!-- end voy_common_top --> used for system-wide common navigation.

<!-- begin voy_dox --><!-- end voy_dox --> used for navigation that is specific to the Doxygen output.

<!-- begin voy_footer --><!-- end voy_footer --> used for system-wide common footer material. In particular, this can contain the copyright information, date of generation, and document numbers.



 "TPT User's Guide" 
 < Previous 
 Next > 


Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003

TP Tools v2-00-0a

# tpt-hug-02