Generated: September 15, 2004, 10:54:48 Copyright © 2004 , 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 25.10 (September 15, 2004, 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.

Accessors

getx
Form (getx)
Description The method that accesses x

gety
Form (gety)
Description The method that accesses y

add
Form (add p)
Description Add p to this point

type-of
Form (type-of)
Description Return the type of this point

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


Generated: September 15, 2004, 10:54:49
Generated by LAML SchemeDoc.