DexH is a versatile system for producing documentation and these extensions are designed to customise it for producing the Win32Forth documentation itself (including this file).
: W32FDocs ( -- )
Set output for Win32Forth documents in the doc folder.
: W32FClassDocs ( -- )
Set output for Win32Forth documents in the doc\classes folder.
: DexDocs ( -- )
Set normal DexH output style.
: -tr ( -- )
Stop output of the HTML trailer.
: +tr ( -- )
Restart output of the HTML trailer.
: create-doc ( addr len -- )
Create the document for a file. To find the file the forth search path is used.
: DEXF ( -- )
Choose a file and convert it to HTML. Output filenames are included in the source file.
Document $Id: p-W32fdexh.htm,v 1.2 2007/05/26 10:24:11 dbu_de Exp $