]> gitweb.factorcode.org Git - factor.git/commit
A number of documentation fixes.
authorBrad Christensen <brad@temporalsculpt.org>
Tue, 11 Aug 2009 06:34:25 +0000 (23:34 -0700)
committerBrad Christensen <brad@temporalsculpt.org>
Tue, 11 Aug 2009 06:34:25 +0000 (23:34 -0700)
commitf8405e9c5564dbaf197e28c85b27d60f11aacb29
treeb4062112b471e1067cd29083d1262b9675f39b86
parent4b7185b61a875c6cfb2bc021b583caabbb8e28b6
A number of documentation fixes.

 * Short-circuit combinators now show correct stack effect for quots
 * Groups and Clumps unchecked examples corrected, made runnable in listener
 * Class operations had duplicate link to class-types
 * Protocol slots readability fixed
 * Tuple word property for "tuple-layout" corrected to "layout"
 * cond>quot sentence started in lowercase
 * Method precedence code example missing stack effect for GENERIC:, M: integer explain changed to detail an integer
 * Motivation for default streams readability
 * Default input and output streams duplicate readln link removed from output stream words section
 * Looping combinators do description clarified
 * Make philosophy missing space
 * Linear order protocol duplicate after? link removed
 * Parsing words readability fix
 * Copied note regarding with-compilation-unit from define to define-declared and define-inline
12 files changed:
basis/combinators/short-circuit/short-circuit-docs.factor
basis/grouping/grouping-docs.factor
core/classes/algebra/algebra-docs.factor
core/classes/tuple/tuple-docs.factor
core/combinators/combinators-docs.factor
core/generic/generic-docs.factor
core/io/io-docs.factor
core/kernel/kernel-docs.factor
core/make/make-docs.factor
core/math/order/order-docs.factor
core/parser/parser-docs.factor
core/words/words-docs.factor