racket/collects/net/scribblings
Eli Barzilay 4288c6c2c7 The Scribble reader was improved to make it pull out the syntax
punctuations outside of the form, as it does with quote punctuations.
So things like this

  #, @foo{...}

that required the space to make the @foo read as a scribble form are
now better written as

  @#,foo{...}

This changes all such occurrences.  (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)

svn: r15111
2009-06-07 10:12:32 +00:00
..
base64.scrbl net docs finished 2008-04-15 14:13:10 +00:00
cgi.scrbl pr7974 + include in release 2009-03-16 18:45:16 +00:00
common.ss move doc sub-dirs to scribblings sub-dirs 2008-01-10 20:07:32 +00:00
cookie.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
dns.scrbl net docs finished 2008-04-15 14:13:10 +00:00
ftp.scrbl net docs finished 2008-04-15 14:13:10 +00:00
head.scrbl xml docs 2008-04-15 16:46:43 +00:00
imap.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
info.ss proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
mime.scrbl net docs finished 2008-04-15 14:13:10 +00:00
net.scrbl clean up file/gif vs. net/gifwrie confusion 2008-05-15 15:54:44 +00:00
nntp.scrbl net docs finished 2008-04-15 14:13:10 +00:00
pop3.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
qp.scrbl net docs finished 2008-04-15 14:13:10 +00:00
sendmail.scrbl net docs finished 2008-04-15 14:13:10 +00:00
sendurl.scrbl net docs finished 2008-04-15 14:13:10 +00:00
smtp.scrbl net docs finished 2008-04-15 14:13:10 +00:00
ssl-tcp-unit.scrbl newlines at EOFs 2009-01-14 03:10:47 +00:00
tcp-redirect.scrbl net docs finished 2008-04-15 14:13:10 +00:00
tcp.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
uri-codec.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
url.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00