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
>
Comment Handling
File and Parsing Options
Comment Finding
Adjusting Doc-O-Matic
Comment Handling
Documenting without Editor
>
Parameter and Return Value Descriptions
Empty Topics
Ignoring Lines
Parameter and Return Value Descriptions
Ignored and Removed Characters
Escape Sequence
Removing Walls
Close
Doc-O-Matic 10
Contents
Index
Glossary
Home
Parameter List Example
Parameter and Return Value Descriptions
(C++)
Item *World::GetItem(
int
x, // the X coordinate int y, // the Y coordinate
int
z, // the Z coordinate
bool
CanCreate // can Create? ) { [...] }