CVS commit by cunz: Yet more api doc-examples fixes M +2 -2 domutil.h 1.13 --- kdevelop/lib/util/domutil.h #1.12:1.13 @@ -109,5 +109,5 @@ public: QStringList l; l << "one" << "two"; - writeEntry(doc, "/general/special", "el", l); + writeListEntry(doc, "/general/special", "el", l); \endverbatim creates the DOM fragment: \verbatim @@ -127,5 +127,5 @@ public: l << DomUtil::StringPair("one", "1"); l << DomUtil::StringPair("two", "2"); - writeEntry(doc, "/general/special", "el", "first", "second", l); + writePairListEntry(doc, "/general/special", "el", "first", "second", l); \endverbatim creates the DOM fragment: \verbatim