[racket] two scribble/srcdoc questions: using scribble/eval examples and in-file provide-extracted

From: Uri Zarfaty (uri.zarfaty+racket at gmail.com)
Date: Fri May 18 08:47:54 EDT 2012

Hi all,

I've been trying to use scribble/srcdoc for in-source documentation, and
have a couple of hopefully straightforward questions.

1) Is it possible to use scribble/eval examples in proc-doc/names? Trying
this naively results in an undefined identifier error, presumably since the
function binding was not introduced to the source file that defines it
using a require.

2) Is it possible to use include-previously-extracted without requiring an
additional file for provide-extracted (e.g. by having the provide-extracted
in either the source or documentation file)?

Answers that only work in 5.3 (e.g. using submodules) are fine. Thanks!

Uri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120518/c15a5b29/attachment-0001.html>

Posted on the users mailing list.