I came across a function called vtkPrintMatrixFormat. When I grep-ed for it, I found that it was in vtkArrayPrint.h. When I searched this page:<div><a href="http://www.vtk.org/doc/nightly/html/classes.html">http://www.vtk.org/doc/nightly/html/classes.html</a></div>
<div><br></div><div>I was confused to not find vtkArrayPrint. It turns out it is because there is no actual class called vtkArrayPrint, but rather the file vtkArrayPrint.h has three functions in the global namespace. I think these should still get included in the Doxygen.</div>
<div><br></div><div>I added</div><div><br></div><div>// .NAME vtkArrayPrint - Print arrays in different formats</div><div><br></div><div>to the top of the file and </div><div><br></div><div>/// \relates vtkArrayPrint</div>
<div><br></div><div>to the top of each function description. Doing this produces Doxygen that looks reasonable to me. Any objections to doing this in this type of situation?</div><div><br clear="all">Thanks,<br><br>David<br>

</div>