diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFunction/cxxFunctionDefinitionFileLineEnd.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFunction/cxxFunctionDefinitionFileLineEnd.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,25 @@ + + + + + cxxFunctionDefinitionFileLineEnd + Identifies the line number in file that contains the end of the definition of the function. + +
+ Description

This identifies the line number in file that contains the end of the definition of the function. This has two attributes; name (always has a value "lineNumber +") and value.

Note: ISO/IEC 14882:2003(E) 16.4 Line control [cpp.line] means that line numbers start from 1.

+
+ + Example

+ <cxxFunctionDefinitionFileLineEnd name="lineNumber" value="7"/> + +

+
+
+
+
+ +