I'm trying to write documentation for a module named _-exp, and I'm running
into a problem because (I think) of the way underscores are treated by
racketblock
<http://docs.racket-lang.org/scribble/scribble_manual_code.html#%28form._%28%28lib._scribble%2Fmanual..rkt%29._racketblock%29%29>
.

Using @defmodule[_-exp #:lang] or @racketmodname[_-exp] typesets the name
as *-exp .*

I can work around this for defmodule by doing

@defmodule[@racketmodfont{_-exp}
           #:module-paths (_-exp)
           #:lang]

but I haven't found a solution for linking to the definition. I'm currently
trying @racketmodlink[_-exp @racketmodfont["_-exp"]], but this causes raco
setup to complain:

WARNING: undefined tag in <pkgs>/_-exp/scribblings/_-exp.scrbl:
raco setup:  (mod-path "_-exp")

and indeed the link does not work.

In my local documentation search results, _-exp  language shows up as
expected, so I think the problem is with the link, not the definition, but
I'm not sure how to fix this.

Philip

-- 
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 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to