doc: add missing index-desc field descriptions

This commit is contained in:
Ben Greenman 2016-07-08 22:28:53 -04:00
parent 5505a5557a
commit 2b972d9cc9

View File

@ -2050,8 +2050,8 @@ Indicates that the index entry corresponds to a module definition via
@racket[defmodule] and company.}
@deftogether[(
@defstruct[(language-index-desc module-path-index-desc)]{}
@defstruct[(reader-index-desc module-path-index-desc)]{}
@defstruct[(language-index-desc module-path-index-desc) ()]{}
@defstruct[(reader-index-desc module-path-index-desc) ()]{}
)]{
Indicates that the index entry corresponds to a module definition via
@racket[defmodule] with the @racket[#:lang] or @racket[#:reader] option.