racket/collects/scribblings/scribble
Robby Findler 8ee76c9547 Add index entries for @defconstructor (and friends). Also add
code that skips over them when building the search indices.
Overall, this means that the only change most people would see
is that multiple constructors in the same class will get a warning
(and there was one of those, so fixed that too).

Also, Rackety. Specifically, transformed this surprising combination
of constructs (where all caps are placeholders for something specific):

((if PRED
     (λ (c mk) BODY2)
     (λ (c mk) BODY1))
 content
 (lambda (tag) BODY3))

into this one:

(define (mk tag) BODY3)
(if PRED
    BODY1{c:=content}
    BODY2{c:=content})
2012-08-11 21:52:48 -05:00
..
base.scrbl scribble/base: generalize `itemlist' to splice/coerce some arguments 2012-08-03 13:43:23 -06:00
basic.scrbl
bnf.scrbl scribble/bnf: add `BNF-seq-lines' 2012-04-26 17:59:19 -06:00
class-diagrams.rkt a bunch of fixes to the diagram: 2012-06-20 08:22:58 -05:00
compat.scrbl
config.scrbl
core.scrbl scribble/*-properties: allow literal bytes in *-additions 2012-07-06 13:17:35 -06:00
decode.scrbl scribble/base: generalize `itemlist' to splice/coerce some arguments 2012-08-03 13:43:23 -06:00
doclang.scrbl
docreader.scrbl
eval.scrbl scribble/eval: add eval:result' and eval:results' 2012-05-09 19:11:21 -06:00
generic.scrbl
getting-started.scrbl
how-to-paper.scrbl small typo 2012-04-28 05:27:34 -04:00
how-to.scrbl Fix doc typos 2012-07-03 15:54:25 -04:00
inbox.css
inbox.tex
info.rkt
internals.scrbl
jfp.scrbl
layers.scrbl
lncs.scrbl
lp-ex-doc.scrbl
lp-ex.rkt
lp.css
lp.scrbl
lp.tex
manual-stub.scrbl
manual.scrbl Add index entries for @defconstructor (and friends). Also add 2012-08-11 21:52:48 -05:00
plt.scrbl
racket.scrbl
reader-internals.scrbl
reader.scrbl at-exp, scribble: remove distinctness of @{}-introduced newlines 2011-11-24 09:17:34 -07:00
renderer.scrbl scribble: add --dest-base flag 2012-07-06 16:48:36 -06:00
running.scrbl scribble: add --dest-base flag 2012-07-06 16:48:36 -06:00
scheme.scrbl
scribble.scrbl
shaded.css
shaded.tex
sigplan.scrbl scribble/sigplan: add guidance for `category', etc. 2012-07-31 07:50:46 -06:00
srcdoc.scrbl Fix doc typos 2012-07-03 15:54:25 -04:00
struct-hierarchy.rkt a bunch of fixes to the diagram: 2012-06-20 08:22:58 -05:00
struct.scrbl
style.scrbl clarifications and additions to style guide 2012-06-03 04:50:06 +08:00
text.scrbl
utils.rkt Fix doc breakage. 2012-05-22 19:55:44 -04:00
xref.scrbl change Scribble xref formats, so that HTML info works for Latex 2012-01-11 16:39:52 -07:00