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

Comparing COMP/SCRAM/src/ActiveDoc/Parse.pm (file contents):
Revision 1.6 by sashby, Wed Mar 27 17:35:48 2002 UTC vs.
Revision 1.7 by sashby, Fri Dec 10 13:41:36 2004 UTC

# Line 83 | Line 83 | sub parse
83     undef $self->{switch};
84     }
85  
86 + sub parsefilelist()
87 +   {
88 +   my $self=shift;
89 +   my ($files)=@_;
90 +   # basic setup of switcher
91 +   $self->{switch}=ActiveDoc::Switcher->new($files);  
92 +   $self->{switch}->usegroupchecker($self->{gc});
93 +   $self->{switch}->usetags($self->{tags});
94 +
95 +   # -- parse
96 +   $self->{switch}->parsefilelist();
97 +   undef $self->{switch};
98 +   }
99 +
100   sub line
101     {
102     my $self=shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines