diff options
Diffstat (limited to 'dev-python/epydoc/metadata.xml')
-rw-r--r-- | dev-python/epydoc/metadata.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/dev-python/epydoc/metadata.xml b/dev-python/epydoc/metadata.xml index ad804764f091..9e0d8a4c95cc 100644 --- a/dev-python/epydoc/metadata.xml +++ b/dev-python/epydoc/metadata.xml @@ -3,9 +3,18 @@ <pkgmetadata> <herd>python</herd> <longdescription> - Epydoc is a python documentation system without output similar to javadoc. Epydoc - uses python doc-strings, importing modules, and introsepction in order to do - its thing -- if your modules are not safe to import, you should look for another - tool. Documentation mark-up is done with restructed text (reST). + Epydoc is a python documentation system without output similar to javadoc. + Epydoc uses python doc-strings, importing modules, and introsepction in + order to do its thing -- if your modules are not safe to import, you + should look for another tool. Documentation mark-up is done with restructed + text (reST). + </longdescription> + <longdescription lang="ja"> + Epydocは、Javadocに似た出力をする以外はPython言語のための + ドキュメンテーションシステムです。Epydocはdoc-stringsを使い、 + モジュールをインポートし、それらが自己>分析したものを使います。 + -- もしあなたが指定したモジュールがインポートするには安 + 全でないのだとしたら、他のツールを使うべきです。ドキュメンテーション + の書式は再構造的文章(reST)です。 </longdescription> </pkgmetadata> |