Generated: Monday, November 14, 2011, 09:23:57 Copyright © 2011 , Kurt Nørmark The local LAML software home page

Nested Extractions

Kurt Normark Department of Computer Science, Aalborg University

LAML Source file: examples/schemedoc/point.scm

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: Monday, November 14, 2011, 09:23:57
Generated by LAML SchemeDoc using LAML Version 38.0 (November 14, 2011, full)