The package and the .ss files (btw, .scm files cannot be used in packages??) are in the "..../lazy-doc" directory,<br>and the scrbl files are in "..../lazy-doc/reference".<br><br>Here is common.scrbl header:<br>
---------------<br>#lang scribble/manual<br><br>@(require (for-label scheme<br> "../common.ss"))<br><br>@defmodule[(planet orseau/lazy-doc:1:0/common)]<br>---------------<br>
<br>There is no warning when I use "planet create ...." and all the documentation looks fine except for the red links.<br>I also set a hard link with "add-hard-link" and when I test my package with <br>
(require (planet orseau/lazy-doc:1:0/common))<br>in another file in another directory all is fine.<br><br>I did not use directly setup-plt or any install command. Should I have?<br><br>Thanks,<br>Laurent<br><br><br><div class="gmail_quote">
On Mon, Oct 19, 2009 at 16:10, Chongkai Zhu <span dir="ltr"><<a href="mailto:czhu@cs.utah.edu">czhu@cs.utah.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<br>
<br>
Chongkai<br>
<br>
Laurent wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi all,<br>
<br>
I'm writing my first package, but all the functions and form names in the scribble documentation are underlined with a red line.<br>
This probably means the linking is wrong, but I can't figure out what it is.<br>
<br>
Does anyone know what kind of error this comes from?<br>
<br>
Thanks,<br>
Laurent<br></div></div>
------------------------------------------------------------------------<br>
<br>
_________________________________________________<br>
For list-related administrative tasks:<br>
<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
<br>
</blockquote>
<br>
</blockquote></div><br>