KayaDoc::EntryType(3) Types of documentation entry

SYNOPSIS

KayaDoc::EntryType< >
= EntryFunction()
| EntryData()
| EntryModule()
| EntryException()

DESCRIPTION

This data type describes types of documentation entry, for the KayaDoc.findEntry(3kaya) function, and also for constructing references to these entries from other entries. Note that EntryModule may not be used with the KayaDoc.findEntry(3kaya) function.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.

RELATED

KayaDoc.EntryLocation(3kaya)