I am using the Google Eclipse Plugin to create an app-engine connected android app. From within the android project, I can only see generic meaningless comments about my endpoint methods. Is there a way to have my custom comments show?
(Recall that in eclipse you can see the Java docs of a method by placing the mouse on the method name.)
Here is an example of a generic comment:
Create a request for the method "register".
This request holds the parameters needed by the Pouton server. After setting any
optional parameters, call the `Register.execute()` method to invoke the remote operation.