DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFile/cxxFileDeclarationFile.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="cxxFileDeclarationFile">
       
     8     <title>cxxFileDeclarationFile</title>
       
     9     <shortdesc>The &lt;cxxFileDeclarationFile&gt; 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 &lt;cxxFileDeclarationFile&gt; element is contained by the &lt;cxxFileAPIItemLocation&gt; 
       
    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>	&lt;cxxFileAPIItemLocation&gt;
       
    20 		&lt;cxxFileDeclarationFile name="filePath" value="C:/src/include/cfshared.h" /&gt;
       
    21 	&lt;/cxxFileAPIItemLocation&gt;</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>