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

The element <cxxVariableDeclarationFileLine> is empty but for the required + attributes name and value. The name attribute is always "lineNumber" + and value is the line number which the variable is declared on.

+
+ + Example + <cxxVariableAPIItemLocation> + <cxxVariableDeclarationFile name="filePath" value="C:/src/include/e32base.h"/> + <cxxVariableDeclarationFileLine name="lineNumber" value="1664"/> +</cxxVariableAPIItemLocation> + +
+
+
+
+
+ + \ No newline at end of file