<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

FS::Misc::Pod2Html

NAME

FS::Misc::Pod2Html

DESCRIPTION

Generate HTML from POD Documentation

SYNOPSIS

Usage:

  use FS::Misc::Pod2Html 'fs_pod2html';
  fs_pod2html( '/output/directory' );

Also:

  perl -MFS::Misc::Pod2Html -e "FS::Misc::Pod2Html::fs_pod2html('/tmp/pod2html');"

fs_pod2html output_dir

Generates Freeside-themed HTML docuemtnation from installed perl modules

fs_pod2html_from_src output_dir

Generate Freeside-themed HTML documentation from a Freeside source tree

Will fail, unless run with CWD at the root of the Freesidse source tree

fs_pod2html output_dir @source_scan_dirs

Generate Freeside-themed HTML documentation, scanning the provided directories

NAME

Inline::Pod::Simple::Search

DESCRIPTION

Subclass of Pod::Simple::Search

Enable searching for POD in all files instead of just .pl and .pm

NAME

Inline::Pod::Simple::HTML

DESCRIPTION

Subclass of Pod::Simple::HTML

Customize parsed HTML output

<% include ('/elements/footer.html' ) %>