[LON-CAPA-cvs] cvs: rat / lonambiguous.pm

jms lon-capa-cvs-allow@mail.lon-capa.org
Tue, 11 Nov 2008 16:06:46 -0000


jms		Tue Nov 11 16:06:46 2008 EDT

  Modified files:              
    /rat	lonambiguous.pm 
  Log:
  Added POD documentation
  
Index: rat/lonambiguous.pm
diff -u rat/lonambiguous.pm:1.21 rat/lonambiguous.pm:1.22
--- rat/lonambiguous.pm:1.21	Tue Sep 19 19:03:27 2006
+++ rat/lonambiguous.pm	Tue Nov 11 16:06:46 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to resolve ambiguous file locations
 #
-# $Id: lonambiguous.pm,v 1.21 2006/09/19 19:03:27 albertel Exp $
+# $Id: lonambiguous.pm,v 1.22 2008/11/11 16:06:46 jms Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -26,6 +26,42 @@
 # http://www.lon-capa.org/
 #
 
+
+=head1 NAME
+
+Apache::lonambiguous
+
+=head1 SYNOPSIS
+
+Handler to resolve ambiguous file locations.
+
+This is part of the LearningOnline Network with CAPA project
+described at http://www.lon-capa.org.
+
+=head1 HANDLER SUBROUTINE
+
+make_symb()
+
+and
+
+handler()
+
+=head1 OTHER SUBROUTINES
+
+=over
+
+=item *
+
+cleanup()
+
+=item *
+
+getlost()
+
+=back
+
+=cut
+
 package Apache::lonambiguous;
 
 use strict;