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 );