ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm
(Generate patch)

Comparing COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm (file contents):
Revision 1.12 by williamc, Fri Jan 14 18:01:03 2000 UTC vs.
Revision 1.13 by williamc, Fri Jan 14 18:49:57 2000 UTC

# Line 94 | Line 94 | sub newparse {
94          $self->{parsers}{$parselabel}->addgrouptags();
95   }
96  
97 + sub cleartags {
98 +        my $self=shift;
99 +        my $parselabel=shift;
100 +
101 +        $self->{parsers}{$parselabel}->cleartags();
102 + }
103 +
104 +
105   sub includeparse {
106          my $self=shift;
107          my $parselabel=shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines