event more commenting.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
|
||||
//! firz
|
||||
//! schreibt einen (teil)baum in ein file
|
||||
|
||||
void XQNodeWriter::dumpTree( XQNodePtr rootNode, const QString& fileName ) const
|
||||
{
|
||||
@@ -40,7 +40,8 @@ void XQNodeWriter::dumpTree( XQNodePtr rootNode, const QString& fileName ) const
|
||||
treeFile.close();
|
||||
}
|
||||
|
||||
//! firz
|
||||
|
||||
//! schreibt einen knoten in einen stream
|
||||
|
||||
void XQNodeWriter::dumpNode( QXmlStreamWriter& writer, XQNodePtr node ) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user