added doxygen for main()
This commit is contained in:
parent
711fe39700
commit
c2e156dc49
@ -201,6 +201,12 @@ $dbModules = array(
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* the actual installation.
|
||||||
|
* If call libraries are present, then install
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
function main()
|
function main()
|
||||||
{
|
{
|
||||||
if (!checkPrereqs()) {
|
if (!checkPrereqs()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user