]> sipb.mit.edu Git - ikiwiki.git/commitdiff
improve comments
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Mar 2010 19:36:33 +0000 (15:36 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Mar 2010 19:36:33 +0000 (15:36 -0400)
IkiWiki/Setup/Standard.pm

index 92e97c4b41fcbaed41b1a4ca2e787da7913f0526..33b578e12c0a2672c864b7ac4ccfbe2e33c2ad4e 100644 (file)
@@ -1,6 +1,4 @@
 #!/usr/bin/perl
-# Standard ikiwiki setup module.
-# Parameters to import should be all the standard ikiwiki config stuff.
 
 package IkiWiki::Setup::Standard;
 
@@ -8,6 +6,7 @@ use warnings;
 use strict;
 use IkiWiki;
 
+# Parameters to import should be all the standard ikiwiki config, in a hash.
 sub import {
        IkiWiki::Setup::merge($_[1]);
 }