diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxClass/cxxClassEnumerationInherited.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxClass/cxxClassEnumerationInherited.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,29 @@ + + + + + cxxClassEnumerationInherited + The <cxxClassEnumerationInherited> element within <cxxClassInheritsDetail> provides the name of an enumeration inherited by a class. + +
+ Description +

The text in this element is the fully qualified name of enumeration that has been inherited. There are no mandatory attributes.

+
+ + Example + <cxxClassInherits> + <cxxClassInheritsDetail> + <cxxClassEnumerationInherited href="file.xml">CActive:TPriority</cxxClassEnumerationInherited> + </cxxClassInheritsDetail> +</cxxClassInherits> + +
+
+
+
+
+ + \ No newline at end of file