DITA-OT_CXX_Plugin/cxxapiref/doc/cxxEnumeration/cxxEnumerationAPIItemLocation.dita
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
-->
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference xml:lang="en-us" outputclass="element" id="cxxEnumerationAPIItemLocation">
<title>cxxEnumerationAPIItemLocation</title>
<shortdesc>The <cxxEnumerationAPIItemLocation> element describes the location of an enumeration in the original C++ source code.</shortdesc>
<refbody>
<section>
<title>Description</title>
<p>The <cxxEnumerationAPIItemLocation> element must contain the location of the
API declaration using <cxxEnumerationDeclarationFile> and <cxxEnumerationDeclarationFileLine>;
the location of the API definition is optional.</p>
</section>
<example>
<title>Example</title>
<codeblock><cxxEnumerationAPIItemLocation>
<cxxEnumerationDeclarationFile name="filePath" value="C:/src/include/w32adll.h"/>
<cxxEnumerationDeclarationFileLine name="lineNumber" value="1072"/>
</cxxEnumerationAPIItemLocation></codeblock>
</example>
<section conref="../packagedef.dita#cxxEnumerationAPIItemLocation-reference/cxxEnumerationAPIItemLocation-containedBy-section"/>
<section conref="../packagedef.dita#cxxEnumerationAPIItemLocation-reference/cxxEnumerationAPIItemLocation-contains-section"/>
<section conref="../packagedef.dita#cxxEnumerationAPIItemLocation-reference/cxxEnumerationAPIItemLocation-contentModel-section"/>
<section conref="../packagedef.dita#cxxEnumerationAPIItemLocation-reference/cxxEnumerationAPIItemLocation-attList-section"/>
<section conref="../packagedef.dita#cxxEnumerationAPIItemLocation-reference/cxxEnumerationAPIItemLocation-classValue-section"/>
</refbody>
</reference>