Comment #3 on issue 595 by kai.hackemesser: Better documentation output for calls to java libraries
http://code.google.com/p/robotframework/issues/detail?id=595

How about this idea: Instead of javadoc java libraries expose a map of the method name to a string that contains the documentation as a static final field with a name like METHOD_DOCUMENTATION? No access to the sourcecode required, just can RIDE access that map field of a java class then?

Reply via email to