diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFile/cxxFileDeclarationFile.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFile/cxxFileDeclarationFile.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,29 @@ + + + + + cxxFileDeclarationFile + The <cxxFileDeclarationFile> element defines the location of the + declaration file described in this document. + +
+ Description +

The <cxxFileDeclarationFile> element is contained by the <cxxFileAPIItemLocation> + element. The location of the file is described using the mandatory attributes name and value. + name contains the default value "filepath" and value contains the full path to the declaration file.

+
+ Example + <cxxFileAPIItemLocation> + <cxxFileDeclarationFile name="filePath" value="C:/src/include/cfshared.h" /> + </cxxFileAPIItemLocation> + +
+
+
+
+
+ + \ No newline at end of file