The <cxxClassInherits> element is inside the <cxxClass> element. It contains <cxxClassInheritsDetail> which gives details of inherited members of the C++ class
<cxxClassInherits> contains one mandatory <cxxClassInheritsDetail> element and no attributes.
<cxxClassInherits> <cxxClassInheritsDetail> <cxxClassFunctionInherited href="file.xml">CActive::CActive(TInt)</cxxClassFunctionInherited> <cxxClassEnumeratorInherited href="file.xml">CActive::EPriorityHigh</cxxClassEnumeratorInherited> <cxxClassVariableInherited href="file.xml">CActive::iStatus</cxxClassVariableInherited> <cxxClassEnumerationInherited href="file.xml">CActive:TPriority</cxxClassEnumerationInherited> </cxxClassInheritsDetail> </cxxClassInherits>