summaryrefslogtreecommitdiffstats
path: root/Doc/perl/SynopsisTable.pm
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-95/+0
|
* normalize whitespaceFred Drake2003-09-051-12/+12
|
* Make sure that ampersand escaping is still performed on the contents ofFred Drake2001-08-171-0/+2
| | | | | | | | | local module tables (the lists of modules documented within a chapter, inserted at the beginning of the chapter). If this is not done here, the text is not part of the resulting documents when latex2html does the processing normally. This fixes a little bit more of SF bug #451556.
* Minor adjustments to HTML for the module synopsis tables.Fred Drake2001-05-091-2/+6
|
* Add support for a filename to record the name of the node in which theFred Drake2000-09-091-1/+15
| | | | | table will be presented. Accessor methods are used to access the attribute.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-5/+5
|
* Use the same names for CLASS attributes as elsewhere.Fred Drake1999-07-121-3/+4
|
* tohtml(): Use a table instead of a definition list for module synopses.Fred Drake1998-07-291-4/+5
|
* tohtml(): Make module names anchors.Fred Drake1998-07-241-1/+2
|
* My first Perl object. ;-)Fred Drake1998-07-241-0/+72
SynopsisTable objects are used to store the table of module synopses for a single chapter it the manual.