Hi Petrus,
On Thu, 9 Jun 2011, Petrus Hyvönen wrote:
Thank you for the support, Finally I manage to get it working by reserving some words, and minimizing the number of wrapped methods by just including those that I specifically need: python -m jcc --jar orekit-5.0.jar --include commons-math-2.2.jar --package java.io --package org.apache.commons.math.geometry --shared --python orekit --reserved INFINITE --reserved NO_DATA --reserved ERROR --install --build Is there a way to influence the docstrings generated (__doc__ function?), or is there any way of converting from a javadoc to docstrings of the wrapped library? :)
If there is a way to get at Java docstrings from the Java reflection API, then that would be a very cool addition to JCC !
Andi..
