Note: maybe we should use the 'scribble property instead of 'first-comments and 'comments-after

This commit is contained in:
Georges Dupéron 2017-02-01 07:56:13 +01:00
parent 5c75120b28
commit 8e95ce9deb

View File

@ -1,6 +1,10 @@
;; Copied and modified from https://github.com/racket/scribble/blob/
;; 31ad440b75b189a2b0838aab011544d44d6b580/
;; scribble-lib/scribble/comment-reader.rkt
;;
;; Maybe this should use instead the 'scribble property? See
;; https://docs.racket-lang.org/scribble/
;; reader-internals.html#%28part._.Syntax_.Properties%29
(module comment-reader scheme/base
(require (only-in racket/port peeking-input-port))