Tweak title to include mentions of syntax-parse and syntax-case.

This commit is contained in:
Georges Dupéron 2017-12-21 23:25:27 +01:00
parent 164df4a597
commit 1b4cb7722e
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -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}