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
Language Attribute Example
Code Blocks
<code lang="c++"> if (i==1) { x += 1; } else { x -= 1; }