Name
methodsynopsis -- synopsis for an object method
Content Model
methodsynopsis := modifier*, (type | void), methodname,
(methodparam+ | void), exceptionname* |
Description
methodsynopsis elements hold synopses for
object methods in an object oriented programming language. The
parent node is classsynopsis, or
refsynopsisdiv.
Attributes
methodsynopsis elements have no
attributes.
Formatting Expectations
Format in fixed width font. Surround the parameter list with
parentheses, separating parameters with commas, finishing with a
semicolon.