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="cxxFileDeclarationFile"> |
|
8 <title>cxxFileDeclarationFile</title> |
|
9 <shortdesc>The <cxxFileDeclarationFile> element defines the location of the |
|
10 declaration file described in this document.</shortdesc> |
|
11 <refbody> |
|
12 <section> |
|
13 <title>Description</title> |
|
14 <p>The <cxxFileDeclarationFile> element is contained by the <cxxFileAPIItemLocation> |
|
15 element. The location of the file is described using the mandatory attributes <i>name</i> and <i>value</i>. |
|
16 <i>name</i> contains the default value "filepath" and value contains the full path to the declaration file.</p> |
|
17 </section> |
|
18 <example><title>Example</title> |
|
19 <codeblock> <cxxFileAPIItemLocation> |
|
20 <cxxFileDeclarationFile name="filePath" value="C:/src/include/cfshared.h" /> |
|
21 </cxxFileAPIItemLocation></codeblock> |
|
22 </example> |
|
23 <section conref="../packagedef.dita#cxxFileDeclarationFile-reference/cxxFileDeclarationFile-containedBy-section"/> |
|
24 <section conref="../packagedef.dita#cxxFileDeclarationFile-reference/cxxFileDeclarationFile-contains-section"/> |
|
25 <section conref="../packagedef.dita#cxxFileDeclarationFile-reference/cxxFileDeclarationFile-contentModel-section"/> |
|
26 <section conref="../packagedef.dita#cxxFileDeclarationFile-reference/cxxFileDeclarationFile-attList-section"/> |
|
27 <section conref="../packagedef.dita#cxxFileDeclarationFile-reference/cxxFileDeclarationFile-classValue-section"/> |
|
28 </refbody> |
|
29 </reference> |