|
|
|
@ -561,7 +561,7 @@ static void writeNodeIntrospection(const Class& classData,
|
|
|
|
|
stream << " interfaceElement = doc.createElement(\"interface\");"
|
|
|
|
|
<< endl;
|
|
|
|
|
stream << " " << (*it).namespaces.join("::") + "::" + (*it).name
|
|
|
|
|
<< "::buildIntrospectionData(interfaceElement);" << endl;
|
|
|
|
|
<< "Interface::buildIntrospectionData(interfaceElement);" << endl;
|
|
|
|
|
stream << " nodeElement.appendChild(interfaceElement);" << endl;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|