[LON-CAPA-cvs] cvs: rat / lonsequence.pm lonuserstate.pm

jms lon-capa-cvs-allow@mail.lon-capa.org
Tue, 18 Nov 2008 19:13:37 -0000


jms		Tue Nov 18 19:13:37 2008 EDT

  Modified files:              
    /rat	lonuserstate.pm lonsequence.pm 
  Log:
  Added/updated/converted POD. Many files had their POD redone to new standards.
  
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.128 rat/lonuserstate.pm:1.129
--- rat/lonuserstate.pm:1.128	Wed Mar 12 02:45:50 2008
+++ rat/lonuserstate.pm	Tue Nov 18 19:13:37 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Construct and maintain state and binary representation of course for user
 #
-# $Id: lonuserstate.pm,v 1.128 2008/03/12 02:45:50 raeburn Exp $
+# $Id: lonuserstate.pm,v 1.129 2008/11/18 19:13:37 jms Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -877,37 +877,33 @@
 This is part of the LearningOnline Network with CAPA project
 described at http://www.lon-capa.org.
 
-=head1 HANDLER SUBROUTINE
+=head1 SUBROUTINES
 
-There is no handler subroutine.
+=over
 
-=head1 OTHER SUBROUTINES
+=item loadmap()
 
-=over 4
+Loads map from disk
 
-=item *
+=item simplify()
 
-loadmap() : Loads map from disk
+Simplify expression
 
-=item *
+=item traceroute()
 
-simplify() : Simplify expression
+Build condition hash
 
-=item *
+=item accinit()
 
-traceroute() : Build condition hash
+Cascading conditions, quick access, parameters
 
-=item *
+=item readmap()
 
-accinit() : Cascading conditions, quick access, parameters
+Read map and all submaps
 
-=item *
+=item evalstate()
 
-readmap() : Read map and all submaps
-
-=item *
-
-evalstate() : Evaluate state string
+Evaluate state string
 
 =back
 
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.33 rat/lonsequence.pm:1.34
--- rat/lonsequence.pm:1.33	Tue Nov 11 16:40:38 2008
+++ rat/lonsequence.pm	Tue Nov 18 19:13:37 2008
@@ -2,7 +2,7 @@
 #
 # Sequence Handler
 #
-# $Id: lonsequence.pm,v 1.33 2008/11/11 16:40:38 jms Exp $
+# $Id: lonsequence.pm,v 1.34 2008/11/18 19:13:37 jms Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -39,29 +39,19 @@
 This is part of the LearningOnline Network with CAPA project
 described at http://www.lon-capa.org.
 
-=head1 HANDLER SUBROUTINE
-
-handler()
-
-and 
-
-viewmap()
-
-=head1 OTHER SUBROUTINES
+=head1 SUBROUTINES
 
 =over
 
-=item *
-
-attemptread()
+=item handler()
 
-=item *
+=item viewmap()
 
-mapread()
+=item attemptread()
 
-=item *
+=item mapread()
 
-start_fresh_session()
+=item start_fresh_session()
 
 =back