|
|
|
|
|
|
Code to execute when first entered.
Definition at line 689 of file asn_bapitypes.pl. |
|
Opens up an HTML file and replaces information between known tags.
In general, this routine looks for paired HTML comments containing a tag name and "begin" or "end". Whatever is between these paired comments is replaced with the updated information extracted from the master. The sequence of replacements is:
While processing the file, hash tables are created:
Definition at line 720 of file voyant_nav.pl. |
|
Does a cheap previous/next for Doxygen files.
Definition at line 565 of file voyant_nav.pl. |
|
Generates list of files to look at.
Definition at line 508 of file voyant_nav.pl. |
|
Parses through the information in the globe::entire_file buffer for anchors.
This routine calls the routine verify_link, which has criteria to test against. The criteria is intended to make the qualification of the link fail. In other words, when it returns from verify_link with a failed (0) criteria, this get_hyperlinks routine knows that it should not add a child for that hyperlink.
Definition at line 699 of file html_look_integrate.pl. |
|
Grabs the information from the input file and puts into an array of hash elements.
Definition at line 590 of file html_look_integrate.pl. |
|
Traces through the data structure and outputs appropriate entries for the index.
Definition at line 1733 of file html_look_integrate.pl. Referenced by globe_file_cnt().
|
|
The starting point for outputting the TOC script files.
Definition at line 1454 of file html_look_integrate.pl. |
|
Changes the file name by purging a portion of its path.
Definition at line 1529 of file html_look_integrate.pl. |
|
Traces through the data structure following the children and creates entries into the script file for the TOC.
Whenever a child is encountered, it is tested (using globe_found_files) to see if it has already been processed. This prevents it looping forever. If a given child has not been traced, this calls itself with that child. It was deemed desireable to still print out children entries even if we weren't going to trace them (because they already had been traced.)
Definition at line 1658 of file html_look_integrate.pl. |
|
Traces the child hyperlinks of a starting file and places them into the data structure.
Definition at line 1216 of file html_look_integrate.pl. |
|
Creates the top level TOC script that uses subscript references.
The difference between a define and master version are the paths for links. Normally, the other tools would handle this for me. However, because this is starting out already as a nested version, it does not integrate well. It is better to have this take care of all entries appropriately so that the other tools only has to integrate the top level script (through a master_nav file). Definition at line 1567 of file html_look_integrate.pl. |
|
Traces through the created data structure.
Definition at line 1379 of file html_look_integrate.pl. |
|
What to do when no arguments are given.
Definition at line 563 of file html_look_integrate.pl. Referenced by _arg_inc().
|
|
Tests the potential link against various criteria to validate whether the link is of value.
Definition at line 1014 of file html_look_integrate.pl. |
|
|
|
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-perl-hcr-02