Linodoc
Linodoc is a tool for generating documentation out of a linoleum source file. To see the result of Linodoc, browse through the libraries in the Libraries section.

The linodoc information has to be written between: "(**" and "*)". There are several keywords, which allow the writer to have certain paragraphs in the documentation. HTML-codes can be included in the text, to make a nice layout. Read the linodoc documentation of linodoc here.

Installation instructions

  1. Download the archive from http://home.hetnet.nl/~ptkleinhaneveld/linodoc/linodoc.zip.
  2. Extract the archive to a folder, f.e. "c:\linoleum\main\".
  3. Add the folder to your path in Autoexec.bat with the following line:
    • Set PATH=c:\linoleum\main;%PATH%.
    This is only needed when you want to execute linodoc through the commandline.
  4. Add a shortcut at your desktop to linodoc.exe. This is helpful for drag and drop.

Execution instructions

There are two ways to launch linodoc:
  1. Through the commandline
    • type: linodoc source.txt. This only works if you added the folder of linodoc.exe to your path.
  2. Drag and drop source.txt above linodoc.exe, or a shortcut to it.

(C)2002, 2003 Peterpaul Klein Haneveld