[plt-scheme] Red links in scribble documentation

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Oct 19 10:09:43 EDT 2009

At Mon, 19 Oct 2009 10:08:45 +0200, Laurent wrote:
> I'm writing my first package, but all the functions and form names in the
> scribble documentation are underlined with a red line.
> This probably means the linking is wrong, but I can't figure out what it is.
> 
> Does anyone know what kind of error this comes from?

You see the red underlines when you install the package or setup with a
development link, right? Are you using `(require (for-label ...))'
within your Scribble source to import the bindings of the documented
module?



Posted on the users mailing list.