Skip to content

Fix a few doxygen specials for the wrappers

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

The 'brief' special was only being handled at the beginning of a line, and the 'warning' and 'sa' specials were not handled at all. The wrappers already understand a large number of doxygen specials, but not all of them.

Merge request reports