Code

Das Markup <code> kann verwendet werden, um einen Textblock als Quellcode zu kennzeichnen. Dieses Markup muss immer in eine Description, Summary oder ein Example eingebettet werden.

Beispiel

Normalform:

(*!<description>Jetzt folgt ein Codeblock.

<code> iCount:=iCount+1 </code>

</description>*)

Abgekürzte Form:

(*!<description>Jetzt folgt ein Codeblock.

@code iCount:=iCount+1;

</description>*)