[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/lib/util
From:       Sascha Cunz <mail () sacu ! de>
Date:       2004-05-23 4:31:20
Message-ID: 20040523043120.15C691562 () office ! kde ! org
[Download RAW message or body]

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:
         <code>
           QStringList l; l << "one" << "two";
-          writeEntry(doc, "/general/special", "el", l);
+          writeListEntry(doc, "/general/special", "el", l);
         </code>
       \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);
         </code>
       \endverbatim creates the DOM fragment: \verbatim


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic