diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxDefine/cxxDefineNameLookup.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxDefine/cxxDefineNameLookup.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,33 @@ + + + + + cxxDefineNameLookup + Provides a unique identifier of the define. + +
+ Description +

This element provides a way of uniquely identifying a define in a body of DITA XML that + describes a body of C++ source code.

Implementations are free to write what they want in + this elements PCDATA but a "good" implementation would place some premium on the following:

    +
  • The text would be unique within a set of DITA XML files.
  • +
  • The text would be human readable.
  • +
  • The text would generally follow the lookup techniques use in the C++ standard (ISO/IEC 14882:2003(E)).
  • +
  • Any encoding used would be reversible.
  • +
+

+
+ + Example + <cxxDefineNameLookup>ENABLE_NETWORKING_PERFMETRICS</cxxDefineNameLookup> + +
+
+
+
+
+ + \ No newline at end of file