- html_content_tree(+ManualFile, -Tree) is det[private]
- True when Tree represents the hierarchical structure of objects
documented in the HTML file ManualFile. Tree is a term where of
the form below. Object is a documentation object (typically a
section or predicate indicator) that may be handed to
object_link//1 and similar predicates to make a table of
contents.
node(Object, ListOfTree).