Generated: April 17, 2005, 14:01:46 Copyright © 2005 , Kurt Nørmark The local LAML software home page

Nested Extractions

Kurt Normark © Department of Computer Science, Aalborg University

Source file: examples/manual-xml-in-laml/point.scm
LAML Version 26.0 (April 17, 2005, full)

This is an example of extraction of nested documentation comments

Table of Contents:
1. Accessors

Alphabetic index:
add (add p) Add p to this point
fac (fac n) The factorial functions.
getx (getx) The method that accesses x
gety (gety) The method that accesses y
point (point x y) The function point.
type-of (type-of) Return the type of this point

point
Form (point x y)
Description The function point. This function acts as a class.
See also Scheme source file point

Accessors

getx
Form (getx)
Description The method that accesses x
See also Scheme source file getx

gety
Form (gety)
Description The method that accesses y
See also Scheme source file gety

add
Form (add p)
Description Add p to this point
See also Scheme source file add

type-of
Form (type-of)
Description Return the type of this point
See also Scheme source file type-of

fac
Form (fac n)
Description The factorial functions. Also known as n!
Precondition n >= 0
Parameters n An integer
Returns n * (n-1) * ... * 1
See also Scheme source file fac


Generated: April 17, 2005, 14:01:46
Generated by LAML SchemeDoc.