1KayaDoc.EntryLocation(3kaya) Kaya module referenceKayaDoc.EntryLocation(3kaya)
2
3
4
6 KayaDoc::EntryLocation - An entry within the document
7
9 KayaDoc::EntryLocation< >
10
11
12 = EntryLocation(String name,KayaDoc::EntryType etype,Int count)
13
15 An entry within the document, for use with KayaDoc.findEntry (3kaya)
16 The parameters give the name and KayaDoc.EntryType (3kaya) of the
17 entry, with the count parameter used to disambiguate multiple functions
18 with the same name within a module.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 KayaDoc.EntryType (3kaya)
32
33
34
35Kaya December 2010 KayaDoc.EntryLocation(3kaya)