[vtk-developers] [Paraview-developers] Moving vtkMemberFunctionCommand to VTK

David Gobbi david.gobbi at gmail.com
Fri Oct 8 11:21:04 EDT 2010


It was the line breaks inside the blocks that was bugging me, e.g.

void foo(void); void foo(vtkObject*,
      unsigned long, void*);

should be

    void foo(void);
    void foo(vtkObject*, unsigned long, void*);

but I'll just leave it as-is in the hopes that someone with more
doxygen experience than me will fix it.

  David


On Fri, Oct 8, 2010 at 9:14 AM, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com> wrote:
> I am not sure I see anything wrong. Maybe adding extra empty lines
> would help :). Attached a patch.
>
> Utkarsh
>
> On Fri, Oct 8, 2010 at 9:02 AM, David Gobbi <david.gobbi at gmail.com> wrote:
>> Hi Utkarsh,
>>
>> Can you take a look at the doxygen "code" blocks?  I can't seem to get
>> the formatting right.
>> http://www.vtk.org/doc/nightly/html/classvtkObject.html#afd07491886a33c723157df7e990dc995
>>
>>  David
>>
>



More information about the vtk-developers mailing list