From kde-commits Sun May 23 04:31:20 2004 From: Sascha Cunz Date: Sun, 23 May 2004 04:31:20 +0000 To: kde-commits Subject: kdevelop/lib/util Message-Id: <20040523043120.15C691562 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108528670528162 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