added doxygen for main()

This commit is contained in:
Brenda Wallace 2009-09-13 17:44:22 +12:00
parent 711fe39700
commit c2e156dc49
1 changed files with 6 additions and 0 deletions

View File

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