On Mon, Feb 14, 2011 at 12:49:32PM +0100, Bálint Dózsa <dozsabalint@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.)
Attachment:
pgpA5IuYj6X_n.pgp
Description: PGP signature