scribble: doc repair
Closes PR 14219
This commit is contained in:
parent
a7bc240b3c
commit
60f5f512e8
|
@ -1264,7 +1264,7 @@ Returns the width in characters of the given @tech{content}.
|
||||||
Returns the width in characters of the given @tech{block}.}
|
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)]
|
[ext-demand (tag? collect-info? . -> . any/c)]
|
||||||
[parts any/c]
|
[parts any/c]
|
||||||
[tags any/c] [gen-prefix 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
|
Encapsulates information accumulated (or being accumulated) from the
|
||||||
@techlink{resolve pass}. The fields are exposed, but not currently
|
@techlink{resolve pass}. The fields are exposed, but not currently
|
||||||
|
|
Loading…
Reference in New Issue
Block a user