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

[racket-users] Trouble documenting a form with Scribble

2019-06-25 Thread Simon Haines
I'm porting the PLaneT package 'packrat' to the new package catalog and I'm having trouble documenting a syntax form. Here is the relevant snippet from the scribble documentation: @defform/subs[#:literals (! / := |@| quote) (parse id (nonterminal-id (sequence body body0 ...) ...) .