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="cxxDefineAPIItemLocation"> |
|
8 <title>cxxDefineAPIItemLocation</title> |
|
9 <shortdesc>The <cxxDefineAPIItemLocation> element is defined within <cxxDefineDefinition>. |
|
10 <cxxDefineAPIItemLocation> specifies the location of the API.</shortdesc> |
|
11 <refbody> |
|
12 <section> |
|
13 <title>Description</title> |
|
14 <p>The <cxxDefineAPIItemLocation> element must contain the location of the |
|
15 API declaration using <cxxDefineDeclarationFile> and <cxxDefineDeclarationFileLine>; |
|
16 the location of the API definition is optional.</p> |
|
17 </section> |
|
18 <example> |
|
19 <title>Example</title> |
|
20 <codeblock><cxxDefineAPIItemLocation> |
|
21 <cxxDefineDeclarationFile name="filePath" value="C:/EPOC/master/sf/os/commsfw/commsfwsupport/commselements/commsfw/src/cfperfmetrics.cpp"/> |
|
22 <cxxDefineDeclarationFileLine name="lineNumber" value="17"/> |
|
23 </cxxDefineAPIItemLocation></codeblock> |
|
24 </example> |
|
25 <section conref="../packagedef.dita#cxxDefineAPIItemLocation-reference/cxxDefineAPIItemLocation-containedBy-section"/> |
|
26 <section conref="../packagedef.dita#cxxDefineAPIItemLocation-reference/cxxDefineAPIItemLocation-contains-section"/> |
|
27 <section conref="../packagedef.dita#cxxDefineAPIItemLocation-reference/cxxDefineAPIItemLocation-contentModel-section"/> |
|
28 <section conref="../packagedef.dita#cxxDefineAPIItemLocation-reference/cxxDefineAPIItemLocation-attList-section"/> |
|
29 <section conref="../packagedef.dita#cxxDefineAPIItemLocation-reference/cxxDefineAPIItemLocation-classValue-section"/> |
|
30 </refbody> |
|
31 </reference> |