racket/collects/scribblings
Matthew Flatt 2d7521c78c racket/place/distributed: fix doc problems
Various repairs --- especially to avoid duplicated prose.

Instead of

 @(define explain @t{Long explanation about X...})

 @defproc[(a ....) ....]{ .... @|explain| }
 @defproc[(b ....) ....]{ .... @|explain| }
 @defproc[(c ....) ....]{ .... @|explain| }

write

 @defproc[(a ....) ....]{ .... Long explanation about X ... }
 @defproc[(b ....) ....]{ .... X is like @racket[a].  }
 @defproc[(c ....) ....]{ .... X is like @racket[a].  }

Otherwise, a reader is forced to reverse-engineer the
abstraction underlying `a', `b', and `c'.
2012-05-20 14:11:17 -06:00
..
draw racket/draw: fix outline adjustment in `draw-rectangle' and others 2012-05-12 00:55:12 -06:00
drracket fix bug in example code noted by Ray Racine 2012-05-12 22:10:10 -05:00
foreign ffi/com: add support for type descriptions on values 2012-04-16 08:47:13 -06:00
framework add a preference to control whether or not there is an extra 2012-03-24 20:20:05 -05:00
gui doc fix 2012-05-15 20:13:12 -06:00
guide added a ``dissection'' of a contract error message to the Guide 2012-05-18 09:13:58 -05:00
htdp-langs Document `quote' et al in ISL+lambda. 2012-02-19 16:24:57 -05:00
inside doc correction 2012-02-09 16:49:33 -07:00
main Improve the windows text a bit. 2012-05-03 10:24:05 -04:00
more doc style adjustments; reorg cmdline+editors docs in Guide 2011-08-24 09:07:12 -06:00
quick fixed typo, closes PR 12539 2012-02-05 10:13:31 -05:00
raco fix `compiler/zo-parse', etc. for phase-shift addition 2012-05-13 09:00:28 -06:00
reference racket/place/distributed: fix doc problems 2012-05-20 14:11:17 -06:00
scheme docs reorganization 2011-07-01 17:16:53 -06:00
scribble implement scribble/srcdoc' via submodules instead of expand' 2012-05-12 01:37:50 -06:00
slideshow slideshow: add current-gap-size' and some #:gap-size' arguments 2012-05-20 13:39:08 -06:00
tools change register-toolbar-button so that it accepts a number 2012-02-25 16:57:49 -06:00
finger.png more cross-referencing and icons to help explain margin notes 2007-06-23 02:33:00 +00:00
icons.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt move purpose statements to the info files 2010-08-23 15:13:00 -06:00
magnify.png more cross-referencing and icons to help explain margin notes 2007-06-23 02:33:00 +00:00