diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionAPIItemLocation.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionAPIItemLocation.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,31 @@ + + + + + cxxUnionAPIItemLocation + The <cxxUnionAPIItemLocation> element is defined within <cxxUnionDefinition>. + <cxxUnionAPIItemLocation> specifies the location of the API. + +
+ Description

The <cxxUnionAPIItemLocation> element must contain the location of the + API declaration using <cxxUnionDeclarationFile> and <cxxUnionDeclarationFileLine>; the location of the API definition is optional.

+
+ Example + <cxxUnionAPIItemLocation> + <cxxUnionDeclarationFile name="filePath" value="D:/src/include/headerfile.h"/> + <cxxUnionDeclarationFileLine name="lineNumber" value="775"/> + <cxxUnionDefinitionFile name="filePath" value="D:/src/include/headerfile.h"/> + <cxxUnionDefinitionFileLineStart name="lineNumber" value="765"/> + <cxxUnionDefinitionFileLineEnd name="lineNumber" value="787"/> + </cxxUnionAPIItemLocation> + +
+
+
+
+
+ + \ No newline at end of file