EMA C++ Performace Tools Guide : 1 Introduction : 1.7 Document Conventions
 
1.7 Document Conventions
1.7.1 Typographic
C structures, methods, in-line code snippets, and types are shown in orange, Lucida Console font.
Parameters, filenames, tools, utilities, and directories are shown in Bold font.
Document titles and variable values are shown in italics.
When initially introduced, concepts are shown in Bold, Italics.
Longer code examples (one or more lines of code) are show in Lucida Console font against an orange background. Comments in the code are in green font. For example:
 
 
/* decode contents into the filter list structure */
if ((retVal = rsslDecodeFilterList(&decIter, &filterList)) >= RSSL_RET_SUCCESS)
{
    /* create single filter entry and reuse while decoding each entry */
    RsslFilterEntry filterEntry = RSSL_INIT_FILTER_ENTRY;