From 1b4cb7722eab8d609450420d6db29cd9729db928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 21 Dec 2017 23:25:27 +0100 Subject: [PATCH] Tweak title to include mentions of syntax-parse and syntax-case. --- info.rkt | 2 +- scribblings/stxparse-info.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index af2f44d..0afb57b 100644 --- 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 index 76f6e84..2f0e86a 100644 --- 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}