doc: remove srcdoc reference to 'gif.rkt'

This commit is contained in:
Ben Greenman 2019-06-05 17:18:06 -04:00
parent 7e2bce57ad
commit 77b26d736a

View File

@ -27,18 +27,9 @@ from run-time code, and documentation information is recorded in a
submodule to be separately loadable from the enclosing module.
For an example use, see
@hyperlink["https://blog.racket-lang.org/2012/06/submodules.html"]{this}
post at @tt{blog.racket-lang.org} or the @filepath{file} collection's
@filepath{gif.rkt} source file and the corresponding extraction in
@filepath{scribblings/gif.scrbl}. As that example illustrates,
starting the module declaration with
@hyperlink["https://blog.racket-lang.org/2012/06/submodules.html"]{this post}
at @url{blog.racket-lang.org}.
@racketblock[
@#,hash-lang[] @#,racketmodname[at-exp]
]
enables the @"@"-reader, which is handy for writing documentation
expressions.
@; ----------------------------------------