Private Method Details |
buildModulelist |
private void buildModulelist( )
|
|
Builds an internal list of all modules in the modulegroup.
|
Returns |
void |
See Also |
$modulelist, $modulegroup |
|
updateBrotherSisterElements |
private boolean updateBrotherSisterElements( string $group, string $modulename, string $type )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
|
|
|
string |
$type |
|
|
: functions, variables. |
|
Returns |
boolean |
|
updateAccessReturnElements |
private boolean updateAccessReturnElements( string $group, string $modulename, string $type )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
|
|
|
string |
$type |
|
|
: functions, variables, consts. |
|
Returns |
boolean |
See Also |
updateAccessReturn() |
|
updateAccessElements |
private boolean updateAccessElements( string $group, string $modulename, string $type )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
|
|
|
string |
$type |
|
|
: functions, variables, consts. |
|
Returns |
boolean |
See Also |
updateAccessReturnElements() |
|
checkSeeElements |
private void checkSeeElements( array $elements, string $modulegroup, string $modulename, string $eltype )
|
|
Checks see references in the given element array (functions, variables...)
References to variables and functions within the same module get checked.It the references element does not exist, the reference gets deleted anda doc warning gets generated.
|
Parameter |
|
array |
$elements |
|
|
of functions, variables,... |
|
|
string |
$modulegroup |
|
|
of the modulegroup that contains the given elements. |
|
|
string |
$modulename |
|
|
of the module that contains the given elements. |
|
|
string |
$eltype |
|
|
: functions, variables, consts, uses. |
|
Returns |
void |
|
buildElementlist |
private void buildElementlist( string $modulegroup, string $modulename )
|
|
Builds an array with all elements of a class and saves it to $this->elementlist.
Warning: documentation is missing.
|
Parameter |
|
string |
$modulegroup |
|
|
of the modulegroup that contains the module. |
|
|
string |
$modulename |
|
|
of the module to scan. |
|
Returns |
void |
See Also |
$elementlist |
|
analyse |
private void analyse( )
|
|
Starts the analysing of the raw parsing data.
Warning: documentation is missing.
|
Returns |
void |
|
findUndocumented |
private void findUndocumented( )
|
|
Looks for undocumented elements and adds a warning if neccessary.
Warning: documentation is missing.
|
Returns |
void |
|
checkFunctionArgs |
private void checkFunctionArgs( )
|
|
Compares the param tags with the function head found.
Warning: documentation is missing.
|
Returns |
void |
|
updateBrothersSisters |
private void updateBrothersSisters( )
|
|
Handles brother and sister.
Warning: documentation is missing.
|
Returns |
void |
See Also |
updateBrotherSisterElements() |
|
updateAccessReturn |
private void updateAccessReturn( )
|
|
Updates the access and return tag values.
Warning: documentation is missing.
|
Returns |
void |
See Also |
updateAccessReturnElements(), updateAccessElements() |
|
checkSee |
private void checkSee( )
|
|
Checks all see references in the given classes/modulegroup.
Warning: documentation is missing.
|
Returns |
void |
|