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

raeburn raeburn at source.lon-capa.org
Mon Jul 22 16:50:02 EDT 2013


raeburn		Mon Jul 22 20:50:02 2013 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Fix POD. Consistent formatting.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1141 loncom/interface/loncommon.pm:1.1142
--- loncom/interface/loncommon.pm:1.1141	Mon Jul 22 11:46:23 2013
+++ loncom/interface/loncommon.pm	Mon Jul 22 20:50:01 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1141 2013/07/22 11:46:23 raeburn Exp $
+# $Id: loncommon.pm,v 1.1142 2013/07/22 20:50:01 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3074,6 +3074,8 @@
 
 =pod
 
+=back
+
 =head1 Spell checking
 
 =over 4
@@ -3107,12 +3109,6 @@
 =cut
 
 
-=pod
-
-=back
-
-=cut
-
 sub check_spelling {
     my ($wordlist, $language) = @_;
     my @misspellings;
@@ -3328,7 +3324,7 @@
 # ------------------------------------------------------------- Confirm Wrapper
 =pod
 
-=item confirmwrapper
+=item * &confirmwrapper($message)
 
 Wrap messages about completion of operation in box
 
@@ -8786,6 +8782,7 @@
 given an (optional) user's institutional status.
 
 Incoming parameters:
+
 1. domain
 2. (Optional) institutional status(es).  This is a : separated list of 
    status types (e.g., faculty, staff, student etc.)
@@ -8796,6 +8793,7 @@
    (if no quota name provided, defaults to portfolio).
 
 Returns:
+
 1. Default disk quota (in Mb) for user portfolios in the domain.
 2. (Optional) institutional type which determined the value of the
    default quota.
@@ -8809,8 +8807,6 @@
 the largest default quota which applies to the user determines the
 default quota returned.
 
-=back
-
 =cut
 
 ###############################################
@@ -8902,7 +8898,9 @@
 6. action being taken: copy or upload.
 
 Returns: 1 scalar: HTML to display containing warning if quota would be exceeded,
-         otherwise return null. 
+         otherwise return null.
+
+=back
 
 =cut
 




More information about the LON-CAPA-cvs mailing list