www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1b4cb7722eab8d609450420d6db29cd9729db928
parent 164df4a597726a982820f093beb71fb1fb39202c
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 21 Dec 2017 23:25:27 +0100

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

Diffstat:
Minfo.rkt | 2+-
Mscribblings/stxparse-info.scrbl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/info.rkt b/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)) diff --git a/scribblings/stxparse-info.scrbl b/scribblings/stxparse-info.scrbl @@ -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}