[plt-scheme] Red links in scribble documentation
The package and the .ss files (btw, .scm files cannot be used in packages??)
are in the "..../lazy-doc" directory,
and the scrbl files are in "..../lazy-doc/reference".
Here is common.scrbl header:
---------------
#lang scribble/manual
@(require (for-label scheme
"../common.ss"))
@defmodule[(planet orseau/lazy-doc:1:0/common)]
---------------
There is no warning when I use "planet create ...." and all the
documentation looks fine except for the red links.
I also set a hard link with "add-hard-link" and when I test my package with
(require (planet orseau/lazy-doc:1:0/common))
in another file in another directory all is fine.
I did not use directly setup-plt or any install command. Should I have?
Thanks,
Laurent
On Mon, Oct 19, 2009 at 16:10, Chongkai Zhu <czhu at cs.utah.edu> wrote:
> Yes, the link is wrong. Chances are that you have to tweak your ".scrbl" to
> make them correct. With you your source code, I can't given further help on
> what part is wrong though.
>
> Chongkai
>
> Laurent wrote:
>
>> Hi all,
>>
>> 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?
>>
>> Thanks,
>> Laurent
>> ------------------------------------------------------------------------
>>
>> _________________________________________________
>> For list-related administrative tasks:
>> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20091019/296b42c3/attachment.html>