diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxDefine/cxxDefineParameterDeclarationName.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxDefine/cxxDefineParameterDeclarationName.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,38 @@ + + + + + cxxDefineParameterDeclarationName + The <cxxDefineParameterDeclarationName> element specifies the name of the + parameter used in the declaration of the define. + +
+ Description +

The name of the parameter used in the declaration of the define.

+

This element has no child elements.

+
+ + Example + <cxxDefineDefinition> + <cxxDefineAccessSpecifier value="public"/> + <cxxDefinePrototype>#define MSG_PRM(prmIndex)</cxxDefinePrototype> + <cxxDefineNameLookup>MSG_PRM</cxxDefineNameLookup> + <cxxDefineParameters> + <cxxDefineParameter> + <cxxDefineParameterDeclarationName>prmIndex</cxxDefineParameterDeclarationName> + <apiDefNote/> + </cxxDefineParameter> + </cxxDefineParameters> + ... +</cxxDefineDefinition> + +
+
+
+
+
+ + \ No newline at end of file