A
ConstructorSynopsis
contains the syntax summary of a constructor in an
object-oriented programming language. Unlike a MethodSynopsis
, which it closely resembles, it may not
identify a return type and the MethodName
is optional (in some languages, constructor names can be generated
automatically).