[LON-CAPA-cvs] cvs: loncom /interface lonnavmaps.pm

bowersj2 lon-capa-cvs@mail.lon-capa.org
Mon, 23 Jun 2003 15:53:35 -0000


bowersj2		Mon Jun 23 11:53:35 2003 EDT

  Modified files:              
    /loncom/interface	lonnavmaps.pm 
  Log:
  Better location for the documentation of what the # **#** comments
  mean; if I didn't see the comment while looking here nobody will.
  
  
Index: loncom/interface/lonnavmaps.pm
diff -u loncom/interface/lonnavmaps.pm:1.208 loncom/interface/lonnavmaps.pm:1.209
--- loncom/interface/lonnavmaps.pm:1.208	Wed Jun 18 11:49:24 2003
+++ loncom/interface/lonnavmaps.pm	Mon Jun 23 11:53:35 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Navigate Maps Handler
 #
-# $Id: lonnavmaps.pm,v 1.208 2003/06/18 15:49:24 bowersj2 Exp $
+# $Id: lonnavmaps.pm,v 1.209 2003/06/23 15:53:35 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2226,11 +2226,6 @@
     if ($a < $b) { return $a; } else { return $b; }
 }
 
-# In the CVS repository, documentation of this algorithm is included 
-# in /doc/lonnavdocs, as a PDF and .tex source. Markers like **1**
-# will reference the same location in the text as the part of the
-# algorithm is running through.
-
 sub new {
     # magic invocation to create a class instance
     my $proto = shift;
@@ -2286,6 +2281,9 @@
     # that isn't just a redirector.
     my $resource; my $resourceCount = 0;
 
+    # Documentation on this algorithm can be found in the CVS repository at 
+    # /docs/lonnavdocs; these "**#**" markers correspond to documentation
+    # in that file.
     # **1**
 
     foreach my $pass (@iterations) {