SKC tokens:

\subsys{#1} --> subsystem #1
\par --> Insert paragraphe delimiter
\newline --> Break to next line, no indent
\item --> new item of itemized list
\enum --> new item of enumerated list
\nolist --> end of list
\endlist	--> end of list
\em{#1} --> emphazed text #1
\he{#1} --> header text #1
\para{#1} --> text #1 is parameter of current object
\tok{#1} --> token of C programming language
\example{#1} --> insert every following line beginning with #1 verbatimly
\link{#1} --> Defines a link anchor
\see{#2} --> Defines a hyperlink named "#1" to the anchor "#2", if "#2"=="",
	#2 == #1

== Rules for automatic processing
+ In the arguments of \tok{} all parameters mentioned in the synopsis
	field are automatically surrounded by \para{}
+ If the value field does not begin with \item or \enum, but there is
	an \item or \enum tag included, one is prepended to the whole
	field
+ If the prerequisites field does not contain a \tok{} tag, the whole
	field is enclosed into this tag
+ All identifiers found within a object field are tagged with a proper
	hyperlink to its record, if:
	a) hyperlinks are applicable at all, and
	b) the identifier show up in b1) a \tok{} argument in any field, or
	b2) anywhere in the fields: "related to", "short", "long", "xref",
	"initialized" or "import".
