Skip to content

Doxygen macro for array interface methods

David Gobbi requested to merge dgobbi/vtk:doxygen-macros into master

Currently, doxygen is fooled by the preprocessor into thinking that vtkDataArray is the immediate superclass of the concrete AOS array classes. Because of this, doxygen did not list many of the key interface methods of those concrete array classes. To avoid user confusion, this commit defines a macro so that it will appear (to doxygen) as if those classes directly declare the missing methods.

Closes #17212 (closed)

Merge request reports