[racket] Splitting module API across two scribble modules

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue Nov 15 08:39:06 EST 2011

You have to pick only one that searching for 'foo' in the docs
targets, which makes me think that maybe that's not the best
organization. (You'd probably have to add something like
defmodule*/no-declare that also doesn't include a search anchor if you
wanted to do this. I think.)

Robby

On Mon, Nov 14, 2011 at 11:55 PM, Neil Toronto <neil.toronto at gmail.com> wrote:
> Say I have a two-page scribble/manual document, documenting module `foo'.
> I'd like `(require foo)' to appear at the top of both pages. What's the best
> way to do that without duplicating keys?
>
> Neil T
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



Posted on the users mailing list.