scribble: doc repair
Closes PR 14219 original commit: 60f5f512e82158bd7a5416257bd43365a3ed5cf0
This commit is contained in:
parent
ee3118c5f1
commit
2828cef1d8
|
@ -1264,7 +1264,7 @@ Returns the width in characters of the given @tech{content}.
|
|||
Returns the width in characters of the given @tech{block}.}
|
||||
|
||||
|
||||
@defstruct[collect-info ([ht any/c] [ext-ht any/c]
|
||||
@defstruct[collect-info ([fp any/c] [ht any/c] [ext-ht any/c]
|
||||
[ext-demand (tag? collect-info? . -> . any/c)]
|
||||
[parts any/c]
|
||||
[tags any/c] [gen-prefix any/c]
|
||||
|
@ -1278,7 +1278,7 @@ is intended for external use.
|
|||
|
||||
}
|
||||
|
||||
@defstruct[resolve-info ([ci any/c] [delays any/c] [undef any/c])]{
|
||||
@defstruct[resolve-info ([ci any/c] [delays any/c] [undef any/c] [searches any/c])]{
|
||||
|
||||
Encapsulates information accumulated (or being accumulated) from the
|
||||
@techlink{resolve pass}. The fields are exposed, but not currently
|
||||
|
|
Loading…
Reference in New Issue
Block a user