]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
added doxygen for main()
authorBrenda Wallace <shiny@cpan.org>
Sun, 13 Sep 2009 05:44:22 +0000 (17:44 +1200)
committerBrenda Wallace <shiny@cpan.org>
Mon, 14 Sep 2009 07:00:43 +0000 (19:00 +1200)
install.php

index 75646c8526cded7882df1ddf11b0909396342d22..221e4746fec8748c9b7cdfdfb9467a045b1a4b8d 100644 (file)
@@ -201,6 +201,12 @@ $dbModules = array(
     ),
 );
 
+/** 
+ * the actual installation.
+ * If call libraries are present, then install
+ * 
+ * @return void
+ */
 function main()
 {
     if (!checkPrereqs()) {