home *** CD-ROM | disk | FTP | other *** search
- package DocSet::Doc::Text2HTML;
-
- use strict;
- use warnings;
-
- use vars qw(@ISA);
- require DocSet::Source::Text;
- @ISA = qw(DocSet::Source::Text);
-
- ###########################
- ### not implemented yet ###
- ###########################
-
- 1;
- __END__
-
- =head1 NAME
-
- C<DocSet::Doc::Text2HTML> - Text source to HTML target converter
-
- =head1 SYNOPSIS
-
-
-
- =head1 DESCRIPTION
-
- Implements an C<DocSet::Doc> sub-class which converts a source
- document in Text, into an output document in HTML.
-
-
- =cut
-