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"
|
||||
"racket-doc"
|
||||
"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 version "0.0")
|
||||
(define pkg-authors '(georges))
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
(require scribble/example)
|
||||
(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"]]
|
||||
|
||||
Source code: @url{https://github.com/jsmaniac/stxparse-info}
|
||||
|
|
Loading…
Reference in New Issue
Block a user