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

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

+
+ Example + <cxxClassAPIItemLocation> + <cxxClassDeclarationFile name="filePath" value="D:/include/headerfile.h"/> + <cxxClassDeclarationFileLine name="lineNumber" value="775"/> + <cxxClassDefinitionFile name="filePath" value="D:/include/headerfile.h"/> + <cxxClassDefinitionFileLineStart name="lineNumber" value="765"/> + <cxxClassDefinitionFileLineEnd name="lineNumber" value="787"/> +</cxxClassAPIItemLocation> + +
+
+
+
+
+ + \ No newline at end of file