diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxAPIDomain/cxxvariable.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxAPIDomain/cxxvariable.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,38 @@ + + + + + cxxvariable + The <cxxvariable> element is a reference to a C++ variable. + +
+ Description +

The <cxxvariable> element can be used to reference a C++ variable from another topic type.

+
+ + Example + <task id="connectionsxml"> + <title>Connections</title> + <taskbody> + + <steps> + <step><cm>Open the connection</cm> + <info>You can use <cxxvariable keyref="variablekey">iConnections variable</cxxvariable> + in a C++ application.</info> + + </step> + ... + </steps> + </taskbody> +</task> + +
+
+
+
+
+ + \ No newline at end of file