TekDoc



Home

Map

Index


TekDoc 1.0
GrayHill Systems Todd R. Hill

Node tag examples


Source: TekDoc.pl


`Node Index

   Places the content following the tag in an output file named Index with
   a filename extension of html or as specified by the -o or outExtension
   options.


`Node Index/Details

   Places the content following the tag in an output page named Index_Details.
   Depending on the -l or linkMode option, a link to the Details page may
   be added to the bottom of the Index page.


`Node 100 MyObject

   Places the content in a page named MyObject, and assigns sequence
   number 100 to the node.


`Node 200 MyObject

   Places the content after the 100 node content in a page named MyObject.


`Node Index/Details/Example

   Places the content in an output page named Index_Details_Example.
   Depending on the -l or linkMode option, a link to the Example page may
   be added to the bottom of the Details page, and a back link to the
   Details page may be placed at the bottom of the Example page.

BACK