From 6d0863ecede5510ea4b2cc407076fc325dabf305 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 10 Jun 2016 21:57:47 +0100 Subject: [PATCH] Fixup the documentation markup for ?==, otherwise the docs disappear --- src/Development/Shake/FilePattern.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Development/Shake/FilePattern.hs b/src/Development/Shake/FilePattern.hs index 21261d300..fa7aee02d 100755 --- a/src/Development/Shake/FilePattern.hs +++ b/src/Development/Shake/FilePattern.hs @@ -207,7 +207,7 @@ matchStars (Stars pre mid post) x = do -- but @file.h@ and @dir\/file.c@ don't. -- -- * @\/\/*.c@ matches all @.c@ files anywhere on the filesystem, ---- so @file.c@, @dir\/file.c@, @dir1\/dir2\/file.c@ and @/path/to/file.c@ all match, +-- so @file.c@, @dir\/file.c@, @dir1\/dir2\/file.c@ and @\/path\/to\/file.c@ all match, -- but @file.h@ and @dir\/file.h@ don't. -- -- * @dir\/*\/*@ matches all files one level below @dir@, so @dir\/one\/file.c@ and