You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Documenting without Editor > Formatting Comments > Text Formatting > Code Blocks
Close
Doc-O-Matic 10
Code Paragraph Example

Use the <code> </code> tags to render text with a fixed pitch font, as in the following example.

<code> C++ style if (i==1) { x += 1; } else { x -= 1; } Pascal style if (i = 1) then begin inc(i); end else begin dec(i); end; </code>
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.