!****h* UpperTierName/ModuleName ! NAME ! ModuleName: --- This is a RoboDoc MBS template ! file --- [ModuleName.MBS] ! ! DESCRIPTION ! This module take the following steps to ..... : ! * Bulleted item ! bulleted item continuation line (indented one space from ! '*' above (don't use any tabs!) ! * Next item ..... ! ! |html

! |html
Figure Caption Text
! ! Inserts an image with the image stored in ! the ./Projectname/doc directory. ! ! SOURCE GLOBAL GEOMETRY MODULE ModuleName( ); !*** (End of RoboDoc input) !*********************************************************************** ! Copyright 2006, John J. Hughes (Email: n4yvt@arrl.net) ! ! This source code file is part of the 'NGBproject' files which ! execute interactively under the 'VARKON' program, which is ! distributed under the terms of the GNU General Public License. ! ! The 'NGBproject' files are also distributed under the terms of ! the GNU GeneralPublic License. See the GNU General Public License n ! included ithe file name "COPYING.txt" in the Varkon ./app/NGB/doc ! directory for more details. !----------------------------------------------------------------------- VECTOR TmpPt; FLOAT Tmp1; BEGINMODULE ; ENDMODULE