Skip to content

Add doxygen comment handling for wrappers.

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

This change allows the wrappers to recognize and use doxygen comments, in the same way that they can recognize VTK's "// Description:" comments. With this change, doxygen comments for classes and methods are passed through to python docstrings.

Merge request reports