This topic describes the design and typographic conventions used in this edition of the Symbian OS Library.
Various typographic styles are used throughout the Symbian OS Library. Some styles are used to make text easier to understand, for example to highlight code fragments, intended user input, literal filenames, or other quoted text; other styles are used to flag restrictions and general applicability of text. Link styles are also used for hypertext navigation. Note that reference documentation uses a limited range of available styles.
|
UML diagrams are used to describe relationships between classes and/or objects. Most classes in these diagrams link to the corresponding section in the API Reference. The following UML notations are used:
|
Backus-Naur Form (BNF) grammars are used as a tool for describing language and command syntax, for example:
select-statement
: SELECT
select-list
FROM
table-name
[
restriction
] [ ordering
]
restriction
: WHERE
search-condition
ordering
: ORDER BY
sort-order
A BNF definition states that the named item given before the colon is
written as described after the colon. For example, an ordering is
written as ORDER BY
followed by a sort-order (which
may be defined elsewhere).
|