NAME

ExtractPOD - Extract POD documentation from source code


SYNOPSIS

ExtractPOD < code.c > code.pod


DESCRIPTION

Extract POD documentation from source code.

Code begins with

C - /*$

              =head1 NAME

F90 - !!$

             !!$=head1 NAME

Ratfor(90) - #$ Perl/CSH #$=head1 NAME

Ends with

C - =cut

F90 - !!=cut

ratfor(90)/csh/perl - #$=cut


CATEGORY

tools