From kde-commits Wed Dec 22 02:32:57 2004 From: John Tapsell Date: Wed, 22 Dec 2004 02:32:57 +0000 To: kde-commits Subject: kdelibs/khtml/xml Message-Id: <20041222023257.431BD187D5 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110368278705456 CVS commit by johnflux: Add a missing @since M +4 -1 dom2_rangeimpl.h 1.25 --- kdelibs/khtml/xml/dom2_rangeimpl.h #1.24:1.25 @@ -69,5 +69,6 @@ public: * html page is. It will have html and body tags. * - * Any urls in images or links will be expanded to full urls. + * Any urls in images or links will be expanded to full urls with passwords stripped + * for security reasons. * * Note: Originally this function didn't have the exceptioncode argument. I added it @@ -76,4 +77,6 @@ public: * @param exceptioncode This will be set if m_detached is true. * @return A string with html tags for this range. + * + * @since 3.4 */ DOMString toHTML ( int &exceptioncode );