From 64ad4c28f69cf96ecbbef166b6ed72b9e90c88f5 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Fri, 30 Mar 2018 11:22:03 +0200 Subject: [PATCH] Bump DScanner to 0ef3df1fd63371d9680348a5a45efd8675321ffc Note-worthy updates - Ignore has_public_example for deprecated symbols (https://github.com/dlang-community/D-Scanner/pull) - Don't force the documentation of the template parameter if it's a used type in the parameter list (https://github.com/dlang-community/D-Scanner/pull/574) --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index ad6ab4901..3cc778926 100644 --- a/posix.mak +++ b/posix.mak @@ -82,7 +82,7 @@ ROOT_OF_THEM_ALL = generated ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(BUILD)/$(MODEL) DUB=dub TOOLS_DIR=../tools -DSCANNER_HASH=ef9853215d61731f1a4d97d13618e4cb12c40c57 +DSCANNER_HASH=0ef3df1fd63371d9680348a5a45efd8675321ffc DSCANNER_DIR=$(ROOT_OF_THEM_ALL)/dscanner-$(DSCANNER_HASH) # Set DRUNTIME name and full path