Skip to content

Fixed a bunch of incorrect header comments

Sean McBride requested to merge seanm/vtk:wrong-header-comments into master

Found with these two regex, applied to files with the opposite extension:

Module:(\w*)(.).h Module:(\w)(.*).cxx

Upon manual review, found many were just wrong, fixed them up too.

Merge request reports