[racket] does Scribble's other-doc work with PLaneT packages?
I'm trying to refer across to other PLaneT packages in the
documentation for Moby. I tried to use other-doc, but there's a
syntax error because the planet syntax detects it's not in require or
provide context. Is there something else I should do?
For reference, I was trying to do:
... the language bindings of Moby language come from the
@hyperlink["http://planet.racket-lang.org/display.ss?package=js-vm.plt&owner=dyoo"]{js-vm}
PLaneT package; please refer to the documentation of
@other-doc[(planet dyoo/js-vm)] ...