[vtk-developers] Strange problem with doxygen script

David Doria daviddoria+vtk at gmail.com
Thu Dec 10 18:36:23 EST 2009


I thought the issue was that the script applied the last available
description to all functions until the next description was stated.
However, this does not seem to be exactly the case.

For instance, take these RemoveDataSet functions from vtkKdTree.h.
They appear in a block:

  // Description:
  // Remove the given data set.
  virtual void RemoveDataSet(int index);
  virtual void RemoveDataSet(vtkDataSet *set);
  virtual void RemoveAllDataSets();

I thought "Remove the given data set" would be applied as the
documentation for each of these 3 functions. However, as you can see
at http://www.vtk.org/doc/nightly/html/classvtkKdTree.html#ae9d148ce897ac39bc71809ddcf3b70d7

"Turn on timing of the k-d tree build" is the documentation for the
second two functions.

Anyone know why this might be / how to fix it?

Thanks,

David



More information about the vtk-developers mailing list