35_gen_tree.b File Reference
Calls tree_js_2_script.pl for the specified project.
More...
Go to the source code of this file.
Detailed Description
Calls tree_js_2_script.pl for the specified project.
-
Parameters:
-
dox_path |
A portion of the path used to distinguish the project. The final destination is assumed to be cref_<dox_path>. |
master_nav |
NOT USED. The name of an master HTML file that has common HTML fragments which are to be inserted in all generated HTML pages. |
This is intended for doxygen projects that were previously generated. This functionality has since been built into 35_gen_dox.b, so this script doesn't have to be called as often.
It generates the mini-TOC script file which is later included in the master TOC file.
-
Limitations and Caveats:
-
This does not use the master_nav file, but by keeping the same input parameters as the 35_gen_dox.b, it is easier to call in scripts.
In addition, this only works on doxygen directories and assumes that they begin with cref_<dox_path>
-
Author:
-
Glenn C. Maxey
Definition in file 35_gen_tree.b.
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-script-hcr-02