Describe a function in html
ElementTree describeFunctionHTML( ElementTree fun, String(String, Int, EntryType) linkto )
fun A function description retrieved with KayaDoc.findEntry (3kaya)
linkto A function that given a name, an index number (for disambiguation of overloaded functions), and an KayaDoc.EntryType (3kaya) returns the URL at which documentation for that function / type / module may be found. The name of a function may include the module it is in (e.g. KayaDoc::readDoc ) or may not, in which case the current module should be assumed.
Return a block of HTML that describes the function.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
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.
KayaDoc.describeDataHTML (3kaya)
KayaDoc.describeExceptionHTML (3kaya)
KayaDoc.describeFunctionMan (3kaya)
KayaDoc.findEntry (3kaya)
HTMLDocument.appendExisting (3kaya)