[Libreoffice] Patch

Miklos Vajna vmiklos at frugalware.org
Mon Feb 14 08:23:18 PST 2011


On Mon, Feb 14, 2011 at 12:49:32PM +0100, Bálint Dózsa <dozsabalint at 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.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110214/361ac528/attachment.pgp>


More information about the LibreOffice mailing list