Tornado Reference : Tornado Utilities
htmlLink - install cross references in HTML documents
htmlLink [-h] [-R] [-skip dirName] [directory]
This tool uses the information in the linkage files RTN and LIB to create HTML links from references in documents to the appropriate reference entries. It can also concatenate the various RTN and LIB files under each directory into RTN.SUB and LIB.SUB files recursively.
This command is used to create all the cross reference links to HTML reference manuals previously generated with refgen. It should only be used after all the HTML documentation files have been built for a given project.
- -h
- Display a brief message describing the usage of this tool.
- -R
- Make links in all subdirectories (recursion).
- -skip dirName
- Do not process directory dirName when -R flag is in effect. Each directory to be skipped must be listed separately, as:
htmlLink -R -skip notes -skip lost+found -skip private- directory
- The directory to be processed. If the -R flag is used, all its subdirectories will also be processed. If no directory is specified, the current working directory is processed.
N/A
N/A
Building cross-references for a BSP help files.
Go to the BSP directory and build the HTML documentation: % cd $WIND_BASE/target/config/myBsp % make man Generate cross-references in the BSP help files: % cd $WIND_BASE/docs/vxworks/bsp/myBsp % htmlLink .
htmlLink, refgen, windHelpLib, htmlBook