Hi Jim,<br><br>The python helper classes have inline documentation that can be viewed with python's help() command.  The python and tcl wrappers both include documentation from all the VTK C++ headers, as well.<br><br>

For Java, the first step would be to add javadoc comments to vtkPanel and vtkCanvas.  This could be done by anyone.  The second step would be to change the cmake files so that they use the javadoc tools to convert the comments to html.<br>

<br>  David<br><br><div class="gmail_quote">On Sun, Dec 5, 2010 at 11:49 AM, Jim Peterson <span dir="ltr"><<a href="mailto:jimcp@cox.net">jimcp@cox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

All,<br>
I added a java example (<a href="http://www.vtk.org/Wiki/VTK/Examples/Java/Interaction/SphereInteractorPanel" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Java/Interaction/SphereInteractorPanel</a>) to the vtk wiki that uses the vtkCanvas interface class and I noticed there is nowhere for the doxygen link to go for the vtk class used named vtkCanvas. This appears to be true for all of the java classes in the <vtkhome>/wrapping/java/vtk directory. those classes are  included in the vtk package created with the VTK_WRAP_JAVA option as if they are a part of vtk to the java user. I noticed there is no vtkCanvas, or the class it extends vtkPanel, Class documentation in Doxygen, and there is no useful javadoc created for these classes during the build.<br>


What would need to happen to document the set of java functions in these and any other wrapper specific classes?<br>
<br>
thanks for any ideas,<br>
Jim Peterson<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br>