Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@authorjavadoc では、@return、などのタグを使用できます@deprecated。これらは、Java ドキュメントを作成するときに特別に処理されます。pydoc に同等の機能がありますか、それともメソッドの docstring の逐語的なコピーに限定されていますか?
@author
@return
@deprecated
著者向け:
__author__ = "your name"
うまくいくはずです。