diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-09-13 17:44:22 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-09-14 19:00:43 +1200 |
commit | c2e156dc492925d6aa94b91d5cee9ceb615bc2ab (patch) | |
tree | bacfa03ad6c237bf0ca88b103795fd4418b38409 | |
parent | 711fe39700e868ad2cea595b109d2958752d4aa6 (diff) |
added doxygen for main()
-rw-r--r-- | install.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.php b/install.php index 75646c852..221e4746f 100644 --- a/install.php +++ b/install.php @@ -201,6 +201,12 @@ $dbModules = array( ), ); +/** + * the actual installation. + * If call libraries are present, then install + * + * @return void + */ function main() { if (!checkPrereqs()) { |