アンプル プロジェクトは、javadoc のようなタグを docstring で使用します。
たとえば、pool.pyの 86 行目から:
def start(self, ampChild=None):
"""
Starts the ProcessPool with a given child protocol.
@param ampChild: a L{ampoule.child.AMPChild} subclass.
@type ampChild: L{ampoule.child.AMPChild} subclass
"""
これらのタグとは何ですか、どのツールがそれを使用していますか。