synopsis* ( defspec -- )
Factor handbook » Developer tools » Printing definitions

Prev:see* ( defspec -- )


Vocabulary
see

Inputs
defspeca definition specifier


Outputs
None

Generic word contract
Adds sections to the current block corresponding to a the prologue of a definition, in source code-like form.

Notes
This word should only be called from inside the with-pprint combinator. Client code should call synopsis instead.

Definition

GENERIC: synopsis* ( defspec -- )


Methods

























M: method-body synopsis*
dup definer.
[ "multi-method-generic" word-prop pprint-word ]
[ "multi-method-specializer" word-prop pprint* ] bi ;