Tweak title to include mentions of syntax-parse and syntax-case.
This commit is contained in:
parent
164df4a597
commit
1b4cb7722e
2
info.rkt
2
info.rkt
|
@ -9,7 +9,7 @@
|
||||||
(define build-deps '("scribble-lib"
|
(define build-deps '("scribble-lib"
|
||||||
"racket-doc"
|
"racket-doc"
|
||||||
"at-exp-lib")) ;; for the documentation only
|
"at-exp-lib")) ;; for the documentation only
|
||||||
(define scribblings '(("scribblings/stxparse-info.scrbl" ())))
|
(define scribblings '(("scribblings/stxparse-info.scrbl" () ("Syntax Extensions"))))
|
||||||
(define pkg-desc "Description Here")
|
(define pkg-desc "Description Here")
|
||||||
(define version "0.0")
|
(define version "0.0")
|
||||||
(define pkg-authors '(georges))
|
(define pkg-authors '(georges))
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
(require scribble/example)
|
(require scribble/example)
|
||||||
(define ev ((make-eval-factory '(racket))))])
|
(define ev ((make-eval-factory '(racket))))])
|
||||||
|
|
||||||
@title{stxparse-info : Tracking bound syntax pattern variables}
|
@title{@racketmodname[stxparse-info]: Track @racket[syntax-parse] and @racket[syntax-case] pattern vars}
|
||||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
||||||
|
|
||||||
Source code: @url{https://github.com/jsmaniac/stxparse-info}
|
Source code: @url{https://github.com/jsmaniac/stxparse-info}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user