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

The element <cxxDefineDeclarationFileLine> is empty but for the required + attributes name and value. name is always set to "lineNumber" + and value is set to the line number that the item appears on.

+
+ + Example + <cxxDefineAPIItemLocation> + <cxxDefineDeclarationFile name="filePath" value="C:/src/SCOMM/cs_roles.cpp"/> + <cxxDefineDeclarationFileLine name="lineNumber" value="35"/> +</cxxDefineAPIItemLocation> + +
+
+
+
+
+ + \ No newline at end of file