show docs for syntax-quoted identifiers
(when there are docs to show)
This commit is contained in:
parent
d96d920cf9
commit
d34490d990
|
@ -491,7 +491,6 @@
|
||||||
|
|
||||||
(for ([vars (in-list (get-idss templrefs))])
|
(for ([vars (in-list (get-idss templrefs))])
|
||||||
(for ([var (in-list vars)])
|
(for ([var (in-list vars)])
|
||||||
|
|
||||||
;; build a set of all of the known phases
|
;; build a set of all of the known phases
|
||||||
(define phases (set))
|
(define phases (set))
|
||||||
(for ([phase (in-list (hash-keys phase-to-binders))])
|
(for ([phase (in-list (hash-keys phase-to-binders))])
|
||||||
|
@ -501,6 +500,7 @@
|
||||||
|
|
||||||
;; connect every identifier inside a quote-syntax to each binder at any phase
|
;; connect every identifier inside a quote-syntax to each binder at any phase
|
||||||
(for ([phase (in-set phases)])
|
(for ([phase (in-set phases)])
|
||||||
|
(document-variable var phase)
|
||||||
(connect-identifier var
|
(connect-identifier var
|
||||||
(lookup-phase-to-mapping phase-to-binders phase)
|
(lookup-phase-to-mapping phase-to-binders phase)
|
||||||
unused/phases
|
unused/phases
|
||||||
|
|
Loading…
Reference in New Issue
Block a user