equal
deleted
inserted
replaced
|
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="cxxStructAPIItemLocation"> |
|
8 <title>cxxStructAPIItemLocation</title> |
|
9 <shortdesc>The <cxxStructAPIItemLocation> element is defined within <cxxStructDefinition>. |
|
10 <cxxStructAPIItemLocation> specifies the location of the API.</shortdesc> |
|
11 <refbody> |
|
12 <section> |
|
13 <title>Description</title><p>The <cxxStructAPIItemLocation> element must contain the location of the |
|
14 API declaration using <cxxStructDeclarationFile> and <cxxStructDeclarationFileLine>; the location of the API definition is optional.</p> |
|
15 </section> |
|
16 <example><title>Example</title> |
|
17 <codeblock><cxxStructAPIItemLocation> |
|
18 <cxxStructDeclarationFile name="filePath" value="D:/src/include/headerfile.h"/> |
|
19 <cxxStructDeclarationFileLine name="lineNumber" value="775"/> |
|
20 <cxxStructDefinitionFile name="filePath" value="D:/src/include/headerfile.h"/> |
|
21 <cxxStructDefinitionFileLineStart name="lineNumber" value="765"/> |
|
22 <cxxStructDefinitionFileLineEnd name="lineNumber" value="787"/> |
|
23 </cxxStructAPIItemLocation></codeblock> |
|
24 </example> |
|
25 <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-containedBy-section"/> |
|
26 <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-contains-section"/> |
|
27 <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-contentModel-section"/> |
|
28 <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-attList-section"/> |
|
29 <section conref="../packagedef.dita#cxxStructAPIItemLocation-reference/cxxStructAPIItemLocation-classValue-section"/> |
|
30 </refbody> |
|
31 </reference> |