1KayaDoc.describeDataHTML(3kayaK)aya module referenKcaeyaDoc.describeDataHTML(3kaya)
2
3
4
6 KayaDoc::describeDataHTML - Describe a data type in HTML
7
9 ElementTree describeDataHTML( ElementTree dat, String(String, Int,
10 EntryType) linkto )
11
13 dat A data type description retrieved with KayaDoc.findEntry (3kaya)
14
15 linkto A function that given a name, an index number (for disambigua‐
16 tion of overloaded functions), and an KayaDoc.EntryType (3kaya) returns
17 the URL at which documentation for that function / type / module may be
18 found. The name of a function may include the module it is in (e.g.
19 KayaDoc::readDoc ) or may not, in which case the current module should
20 be assumed.
21
23 Return a block of HTML that describes the data type.
24
26 Kaya standard library by Edwin Brady, Chris Morris and others
27 (kaya@kayalang.org). For further information see http://kayalang.org/
28
30 The Kaya standard library is free software; you can redistribute it
31 and/or modify it under the terms of the GNU Lesser General Public
32 License (version 2.1 or any later version) as published by the Free
33 Software Foundation.
34
36 KayaDoc.describeDataMan (3kaya)
37 KayaDoc.describeExceptionHTML (3kaya)
38 KayaDoc.describeFunctionHTML (3kaya)
39 KayaDoc.findEntry (3kaya)
40 HTMLDocument.appendExisting (3kaya)
41
42
43
44Kaya December 2010 KayaDoc.describeDataHTML(3kaya)