phpautodoc

phpautomodule

Class Only

class somethingNew

@author My Name @author My Name <my.name@example.com>

class anotherClass

Class & Members

class somethingNew

@author My Name @author My Name <my.name@example.com>

myFunction($myArgument)

A summary informing the user what the associated element does.

A description, that can span multiple lines, to go _in-depth_ into the details of this element and to provide some background information or textual references.

@param string $myArgument With a description of this argument, these may also
span multiple lines.

@return void

anotherFunction($myArgument)

A summary informing the user what the associated element does.

A description, that can span multiple lines, to go _in-depth_ into the details of this element and to provide some background information or textual references.

@author My Name

@author My Name <my.name@example.com>

@param string $myArgument With a description of this argument,

@return void

class anotherClass
one()

@return voice

phpautoclass

Named Class

class anotherClass
one()

@return voice

Auto Detect

Does not work correctly

phpautofunction

Named Function

count()

@deprecated @deprecated 1.0.0 @deprecated No longer used by internal code and not recommended. @deprecated 1.0.0 No longer used by internal code and not recommended.