synopfragmentref
synopfragmentref — A reference to a fragment of a command synopsis.
Synopsis
synopfragmentref ::=
- text
Attributes
Additional Constraints
- @linkend on synopfragmentref must point to a synopfragment.
Description
A complex cmdsynopsis
can be made more
manageable with synopfragment
s. Rather than
attempting to present the entire synopsis in one large piece, parts of
the synopsis can be extracted and presented elsewhere.
At the point where each piece was extracted, insert a
synopfragmentref
that points to the fragment. The
content of the synopfragmentref
will be presented
inline.
The extracted pieces are placed in
synopfragment
s at the end of the
cmdsynopsis
.
Processing expectations
Formatted as a displayed block.
The presentation system is responsible for generating text that makes the reader aware of the link. This can be done with numbered bullets, or any other appropriate mechanism.
Online systems have additional flexibility. They may generate hot links between the references and the fragments, for example, or place the fragments in pop-up windows.
Parents
These elements contain synopfragmentref
: arg
, group
(db.group).
See Also
Examples
See synopfragment
for an example using this element.