You are here:
More Information
Getting Started
Creating Documentation
Building Output
AutoDoc and Formatting
Interface Components
More Information
Glossary
>
Special Tasks
Special Tasks
Technical Reference
FAQ
Getting Technical Support
>
Documenting without Editor
File and Parsing Options
Comment Finding
Adjusting Doc-O-Matic
Comment Handling
Documenting without Editor
>
Formatting Comments
Describing In or Off-Source
Creating Generic Topics
Formatting Comments
Topic Structure
Property Tags
>
Text Formatting
Text Formatting
>
Code Blocks
Character and Paragraph Formatting Tags
Code Blocks
Headings
Lists
Table Tags
Image Tag
Color and Label Tag
Including External Files and HTML Code
Link Tag
Close
Doc-O-Matic 10
Contents
Index
Glossary
Home
Code Paragraph Example
Code Blocks
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>