|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 --> |
|
6 <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> |
|
7 <reference xml:lang="en-us" outputclass="element" id="cxxClassAPIItemLocation"> |
|
8 <title>cxxClassAPIItemLocation</title> |
|
9 <shortdesc>The <cxxClassAPIItemLocation> element is defined within <cxxClassDefinition>. |
|
10 <cxxClassAPIItemLocation> specifies the location of the API.</shortdesc> |
|
11 <refbody> |
|
12 <section> |
|
13 <title>Description</title> |
|
14 <p>The <cxxClassAPIItemLocation> element must contain the location of the |
|
15 API declaration using <cxxClassDeclarationFile> and <cxxClassDeclarationFileLine>; |
|
16 the location of the API definition is optional.</p> |
|
17 </section> |
|
18 <example><title>Example</title> |
|
19 <codeblock><cxxClassAPIItemLocation> |
|
20 <cxxClassDeclarationFile name="filePath" value="D:/src/include/headerfile.h"/> |
|
21 <cxxClassDeclarationFileLine name="lineNumber" value="775"/> |
|
22 <cxxClassDefinitionFile name="filePath" value="D:/src/include/headerfile.h"/> |
|
23 <cxxClassDefinitionFileLineStart name="lineNumber" value="765"/> |
|
24 <cxxClassDefinitionFileLineEnd name="lineNumber" value="787"/> |
|
25 </cxxClassAPIItemLocation></codeblock> |
|
26 </example> |
|
27 <section conref="../packagedef.dita#cxxClassAPIItemLocation-reference/cxxClassAPIItemLocation-containedBy-section"/> |
|
28 <section conref="../packagedef.dita#cxxClassAPIItemLocation-reference/cxxClassAPIItemLocation-contains-section"/> |
|
29 <section conref="../packagedef.dita#cxxClassAPIItemLocation-reference/cxxClassAPIItemLocation-contentModel-section"/> |
|
30 <section conref="../packagedef.dita#cxxClassAPIItemLocation-reference/cxxClassAPIItemLocation-attList-section"/> |
|
31 <section conref="../packagedef.dita#cxxClassAPIItemLocation-reference/cxxClassAPIItemLocation-classValue-section"/> |
|
32 </refbody> |
|
33 </reference> |