Re: [racket-users] Trouble documenting a form with Scribble

2019-06-26 Thread Simon Haines
Thanks Ben! Took me a while to track this one down using your example as a guide. Because the macro was provided by a submodule of the collection, I needed a (require (for-syntax packrat/parse)) in there as well, otherwise the @defform/subs would not link when it occurred under a @defmodule[packrat

Re: [racket-users] Trouble documenting a form with Scribble

2019-06-26 Thread Ben Greenman
Here's a small package that gets the link right (attached). If the example doesn't help, can you share your code? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email t