======================
Internals of Prest
======================
:Author: Mark Nodine
:Contact: mnodine@alum.mit.edu
:Revision: $Revision: 762 $
:Date: $Date: 2006-01-27 11:47:47 -0600 (Fri, 27 Jan 2006) $
:Copyright: This document has been placed in the public domain.
.. perl:: $ENV{PATH} = ''; # Make path safe for -T
.. contents::
This document extracts documentation from the internal Perl files.
Subroutines
-----------
Here are all the Perl subroutines used in the implementation of prest.
This list is automatically generated by running ``perlsynopsis -l -m`` on the
``prest`` and ``*.pm`` files.
.. system:: .\./tools/perlsynopsis.prl -l -m -p -s .
.\./.\./blib/script/prest .\./.\./blib/lib/Text/Restructured.pm
.\./.\./blib/lib/Text/Restructured/*.pm
Data structures
---------------
These are the principal data structures in prest as compiled from the Perl
sources.
.. system:: .\./tools/perlsynopsis.prl -m -p -c 'Data structures'
.\./.\./blib/script/prest .\./.\./blib/lib/Text/Restructured.pm
.\./.\./blib/lib/Text/Restructured/*.pm
Global variables
----------------
These are the global variables used in prest as compiled from the Perl
sources.
.. system:: .\./tools/perlsynopsis.prl -m -p -c 'Global variables'
.\./.\./blib/script/prest .\./.\./blib/lib/Text/Restructured.pm
.\./.\./blib/lib/Text/Restructured/*.pm
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End: