On Mon, Feb 14, 2011 at 12:49:32PM +0100, Bálint Dózsa <dozsabal...@gmail.com> wrote: > -/** > - An iterator for traversal of a set of properties. > - > - Sample code for use of iterator: > - > - \code > - Return_t function(WW8PropertySet::tPointer pSet) > - { > - do_something; > - > - WW8PropertySetIterator::tPointer pIt = pSet->begin(); > - WW8PropertySetIterator::tPointer pItEnd = pSet->end(); > - > - while ((*pIt) != (*pItEnd)) > - { > - do_something(); > - > - ++(*pIt); > - } > - > - do_something; > - } > - \endcode > -*/ > class WRITERFILTER_DLLPUBLIC WW8PropertySetIterator
This is a doxygen comment, IMHO it's harmful to remove it. (In general, never remove ///, //< or /**...*/ comments, unless you know what you're doing.)
pgpMjsSRYa2fh.pgp
Description: PGP signature
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice