=head1 NAME
J<< en/
Pod::Html - module to convert pod files to HTML
>>
J<< ja/Pod::Html - podファイルをHTMLに変換するためのモジュール >>
=head1 SYNOPSIS
use Pod::Html;
pod2html([options]);
=head1 DESCRIPTION
J<< en/
Converts files from pod format (see L) to HTML format. It
can automatically generate indexes and cross-references, and it keeps
a cache of things it knows how to cross-reference.
>>
J<< ja/
pod形式(L参照)から
HTML形式に変換する.
目次とクロスリファレンスは自動生成され, クロスリファレンスできる項目の
キャッシュを保持します.
>>
=head1 ARGUMENTS
J<< en/
Pod::Html takes the following arguments:
>>
J<< ja/
Pod::Htmlは次の引数をとります:
>>
=over 4
=item backlink
--backlink="Back to Top"
J<< en/
Adds "Back to Top" links in front of every C heading (except for
the first). By default, no backlinks are generated.
>>
J<< ja/
``Topに戻る''リンクをすべての head1 見出しの前に加えます(
最初のところは除きます).
デフォルトではbacklinkは生成されません.
>>
=item cachedir
--cachedir=name
J<< en/
Creates the item and directory caches in the given directory.
>>
J<< ja/
アイテムとディレクトリのキャッシュを指定したディレクトリに作成する.
>>
=item css
--css=stylesheet
J<< en/
Specify the URL of a cascading style sheet. Also disables all HTML/CSS
C