1KayaDoc.FunctionSummary(3kaya)Kaya module referencKeayaDoc.FunctionSummary(3kaya)
2
3
4
6 KayaDoc::FunctionSummary - A function
7
9 KayaDoc::FunctionSummary< >
10
11
12 = FunctionSummary(String rntype,String fname,[String] args,ElementTreeā
13 Data::ElementTree summary,Bool deprecated)
14
16 A function. The fields have the following meanings:
17
18
19 - rntype : The return type of the function
20
21
22 - fname : The name of the function
23
24
25 - args : A list of the function's arguments
26
27
28 - summary : The summary documentation of the function
29
30
31 - deprecated : True if the function is deprecated
32
34 Kaya standard library by Edwin Brady, Chris Morris and others
35 (kaya@kayalang.org). For further information see http://kayalang.org/
36
38 The Kaya standard library is free software; you can redistribute it
39 and/or modify it under the terms of the GNU Lesser General Public
40 License (version 2.1 or any later version) as published by the Free
41 Software Foundation.
42
43
44
45Kaya December 2010 KayaDoc.FunctionSummary(3kaya)