10.3.2 Views
The web-browser supports several views, which we briefly summarise here:
- Directory
In directory-view mode, the contents of a directory holding Prolog source-files is shown file-by-file in a summary-table. In addition, the contents of theREADME
andTODO
files is given. - Source File
When showing a Prolog source-file it displays the module documentation from the/** <module ... */
comment and the public predicates with their full documentation. Using the zoom button the user can select to view both public and documentated private predicates. Using the source button, the system shows the source with syntax highlighting as in PceEmacs and formatted structured comments.7This mode is still incomplete. It would be nice to add line-numbers and links to documentation and definitions in the sources. - Predicate
When selecting a predicate link the system presents a page with the documentation of the predicate. The navigation bar allows switching to the Source File if the documentation comes from source or the containing section if the documentation comes from a manual. - Section
Section from the manual. The navigation bars allows viewing the enclosing section (Up).