DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFunction/cxxFunctionDeclarationFileLine.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="cxxFunctionDeclarationFileLine">
       
     8     <title>cxxFunctionDeclarationFileLine</title>
       
     9     <shortdesc>Identifies the line number in file that contains the declaration of the function.</shortdesc>
       
    10     <refbody>
       
    11         <section id="section_425BC5081A2A4C46A6459369C80621A1">
       
    12             <title>Description</title><p>This identifies the line number in file that contains the declaration of the function.
       
    13 This has two attributes; name (always has a value "lineNumber
       
    14 ") and value.</p><p>Note: ISO/IEC 14882:2003(E) 16.4 Line control [cpp.line] means that line numbers start from 1.</p>
       
    15         </section>
       
    16         <example id="example_65FFE782490B4B8F86E1CCC3F5883364">
       
    17             <title>Example</title><p/>
       
    18             <codeblock>&lt;cxxFunctionDeclarationFileLine name="lineNumber" value="5"/&gt;</codeblock>
       
    19         </example>
       
    20         <section conref="../packagedef.dita#cxxFunctionDeclarationFileLine-reference/cxxFunctionDeclarationFileLine-containedBy-section"/>
       
    21         <section conref="../packagedef.dita#cxxFunctionDeclarationFileLine-reference/cxxFunctionDeclarationFileLine-contains-section"/>
       
    22         <section conref="../packagedef.dita#cxxFunctionDeclarationFileLine-reference/cxxFunctionDeclarationFileLine-contentModel-section"/>
       
    23         <section conref="../packagedef.dita#cxxFunctionDeclarationFileLine-reference/cxxFunctionDeclarationFileLine-attList-section"/>
       
    24         <section conref="../packagedef.dita#cxxFunctionDeclarationFileLine-reference/cxxFunctionDeclarationFileLine-classValue-section"/>
       
    25     </refbody>
       
    26 </reference>