[vtk-developers] Multi-line comment warnings

David Doria daviddoria at gmail.com
Fri Jul 26 14:28:01 EDT 2013


We just merged this change:

http://review.source.kitware.com/#/c/11778/2/Common/Core/vtkMath.h

and the dashboard reported a bunch of "warning: multi-line comment". From
what I can find (example here:
http://stackoverflow.com/questions/7059549/c-multi-line-comments-using-backslash),
it seems like it is complaining that some comment lines end in '\', for
example:

// a & b \\

These trailing backslashes are the latex matrix line break, and since the
next line starts with //, there should not actually be a problem. Can
anyone comment if this interpretation is correct, and is there a way to fix
it?

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20130726/04503eca/attachment.html>


More information about the vtk-developers mailing list