diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxEnumeration/cxxEnumerationDefinitionFile.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxEnumeration/cxxEnumerationDefinitionFile.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,32 @@ + + + + + cxxEnumerationDefinitionFile + The <cxxEnumerationDefinitionFile> element is defined within <cxxEnumerationAPIItemLocation>. + <cxxEnumerationDefinitionFile> specifies the file in which the API definition is present. + +
+ Description +

The element <cxxEnumerationDefinitionFile> is empty but for the required + attributes name and value. name is always "filePath" and value is the actual file path.

+
+ Example + <cxxEnumerationAPIItemLocation> + <cxxEnumerationDeclarationFile name="filePath" value="C:/src/include/gdi.h"/> + <cxxEnumerationDeclarationFileLine name="lineNumber" value="1720"/> + <cxxEnumerationDefinitionFile name="filePath" value="C:/src/master/sf/mw/animation/src/SpriteAnimationServer.cpp"/> + <cxxEnumerationDefinitionFileLineStart name="lineNumber" value="1719"/> + <cxxEnumerationDefinitionFileLineEnd name="lineNumber" value="1727"/> +</cxxEnumerationAPIItemLocation> + +
+
+
+
+
+ + \ No newline at end of file