article-parent ( topic -- parent/f )
Factor handbook » Developer tools » Help system » Help system implementation

Prev:article-content ( topic -- content )
Next:set-article-parent ( parent topic -- )


Vocabulary
help.topics

Inputs
topican article name or a word


Outputs
parent/fan article name or a word


Word description
Outputs a help topic which contains topic as a subsection, or f.

See also
article-children, xref-help

Definition

GENERIC: article-parent ( topic -- parent/f )


Methods