DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFile/cxxFileAPIItemLocation.dita
changeset 4 468f4c8d3d5b
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
       
     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="cxxFileAPIItemLocation">
       
     8     <title>cxxFileAPIItemLocation</title>
       
     9     <shortdesc>The &lt;cxxFileAPIItemLocation&gt; element is a container for the element that describes the 
       
    10     location of the file containing the global APIs.</shortdesc>
       
    11     <refbody>
       
    12         <section>
       
    13             <title>Description</title>
       
    14             <p>The &lt;cxxFileAPIItemLocation&gt; element is contained within the element &lt;cxxFile&gt;. 
       
    15             &lt;cxxFileAPIItemLocation&gt; contains the element &lt;cxxFileDeclarationFile&gt;, which describes the 
       
    16             location of the declaration file.</p>
       
    17         </section>
       
    18         <example>
       
    19             <title>Example</title>
       
    20             <codeblock>	&lt;cxxFileAPIItemLocation&gt;
       
    21 		&lt;cxxFileDeclarationFile name="filePath" value="C:/src/include/cfshared.h"/&gt;
       
    22 	&lt;/cxxFileAPIItemLocation&gt;</codeblock>
       
    23         </example>
       
    24         <section conref="../packagedef.dita#cxxFileAPIItemLocation-reference/cxxFileAPIItemLocation-containedBy-section"/>
       
    25         <section conref="../packagedef.dita#cxxFileAPIItemLocation-reference/cxxFileAPIItemLocation-contains-section"/>
       
    26         <section conref="../packagedef.dita#cxxFileAPIItemLocation-reference/cxxFileAPIItemLocation-contentModel-section"/>
       
    27         <section conref="../packagedef.dita#cxxFileAPIItemLocation-reference/cxxFileAPIItemLocation-attList-section"/>
       
    28         <section conref="../packagedef.dita#cxxFileAPIItemLocation-reference/cxxFileAPIItemLocation-classValue-section"/>
       
    29     </refbody>
       
    30 </reference>