Conventions | Purpose | Example |
---|---|---|
Courier | Function names, code, paths, directory and file names, URLs, operating system commands. | Config(const Config& config);www.roguewave.com rwsfserver start |
italic | variables in code Conventional uses, such as new terms and titles. | <installdir>\docs The deployment descriptor provides… Reference Guide |
bold italic | Class names and emphasis. | |
bold | Conventional uses, such as emphasis. Commands from an interface. | You should always read the manual. Click the OK button |
... (or vertical ellipses) | Indicates part of the code is missing from an example. | foo(){ ... // Something happens } |
Convention | Purpose | Example |
---|---|---|
<installdir> | The directory where HydraExpress was installed. | <installdir>\docs\index.html |
\ | The Windows delimiter in a path name. If you use UNIX, replace \ with /. | For <installdir>\docs, a UNIX user enters <installdir>/docs. |