1KayaDoc.findEntry(3kaya) Kaya module reference KayaDoc.findEntry(3kaya)
2
3
4
6 KayaDoc::findEntry - Find a documentation entry
7
9 ElementTree findEntry( APIDoc doc, EntryLocation entry )
10
12 doc API documentation
13
14 entry An KayaDoc.EntryLocation (3kaya) describing the API component to
15 be retrieved.
16
18 Finds a documentation entry for a function, data type or exception in a
19 module. An Exception will be thrown if the entry does not exist.
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
32 KayaDoc.EntryLocation (3kaya)
33 KayaDoc.extractSummary (3kaya)
34
35
36
37Kaya December 2010 KayaDoc.findEntry(3kaya)