DITA-OT_CXX_Plugin/cxxapiref/doc/cxxEnumeration/cxxEnumerationNameLookup.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="cxxEnumerationNameLookup">
       
     8     <title>cxxEnumerationNameLookup</title>
       
     9     <shortdesc>Provides a unique identifier of the enumeration.</shortdesc>
       
    10     <refbody>
       
    11         <section>
       
    12             <title>Description</title><p>This element provides a way of  uniquely identifying a enumeration in a body of DITA XML that describes a body of C++ source code.</p><p>Implementations are free to write what they want in this elements PCDATA but a "good" implementation would place some premium on the following:<ul>
       
    13                     <li>The text would be unique within a set of DITA XML files.</li>
       
    14                     <li>The text would be human readable.</li>
       
    15                     <li>The text would generally follow the lookup techniques use in the C++ standard (ISO/IEC 14882:2003(E)).</li>
       
    16                     <li>Any encoding used would be reversible.</li>
       
    17                 </ul>
       
    18             </p>
       
    19         </section>
       
    20         <section conref="../packagedef.dita#cxxEnumerationNameLookup-reference/cxxEnumerationNameLookup-containedBy-section"/>
       
    21         <section conref="../packagedef.dita#cxxEnumerationNameLookup-reference/cxxEnumerationNameLookup-contains-section"/>
       
    22         <section conref="../packagedef.dita#cxxEnumerationNameLookup-reference/cxxEnumerationNameLookup-contentModel-section"/>
       
    23         <section conref="../packagedef.dita#cxxEnumerationNameLookup-reference/cxxEnumerationNameLookup-attList-section"/>
       
    24         <section conref="../packagedef.dita#cxxEnumerationNameLookup-reference/cxxEnumerationNameLookup-classValue-section"/>
       
    25     </refbody>
       
    26 </reference>