From b8627a761d1f0efff0fa6249ff031838315d8226 Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 30 May 2001 04:03:21 +0000 Subject: clean up documents --- fml/lib/FML/Process/TicketSystem.pm | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'fml/lib/FML/Process/TicketSystem.pm') diff --git a/fml/lib/FML/Process/TicketSystem.pm b/fml/lib/FML/Process/TicketSystem.pm index a7f3c65e..f69aaee2 100644 --- a/fml/lib/FML/Process/TicketSystem.pm +++ b/fml/lib/FML/Process/TicketSystem.pm @@ -4,7 +4,7 @@ # Copyright (C) 2000-2001 Ken'ichi Fukamachi # All rights reserved. # -# $FML$ +# $FML: TicketSystem.pm,v 1.14 2001/04/03 09:45:44 fukachan Exp $ # package FML::Process::TicketSystem; @@ -35,9 +35,20 @@ FML::Process::TicketSystem -- primitive fml5 ticket system =head1 DESCRIPTION +This class drives ticket system in the top level. +The ticket database is maintained by each ticket system model, +which is called in C method. =head1 METHOD +=head2 C + +create a C object and return it. + +=head2 C + +dummy. + =cut @@ -60,6 +71,13 @@ sub prepare } +=head2 C + +call the actual ticket system. +It supports only 'list' and 'close' commands. + +=cut + sub run { my ($curproc, $args) = @_; -- cgit v1.2.1