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
- Download the archive from http://home.hetnet.nl/~ptkleinhaneveld/linodoc/linodoc.zip.
- Extract the archive to a folder, f.e. "c:\linoleum\main\".
- 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.
- 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:
- Through the commandline
- type:
linodoc source.txt. This only works
if you added the folder of linodoc.exe to your path.
- Drag and drop source.txt above linodoc.exe, or a shortcut to
it.
(C)2002, 2003 Peterpaul Klein Haneveld