Google Eclipse プラグインを使用して、アプリ エンジンに接続された Android アプリを作成しています。Android プロジェクト内からは、エンドポイント メソッドに関する一般的な無意味なコメントしか表示されません。カスタム コメントを表示する方法はありますか?
(Eclipse では、マウスをメソッド名の上に置くと、メソッドの Java ドキュメントを表示できることを思い出してください。)
一般的なコメントの例を次に示します。
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.