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)
This commit is contained in:
Sebastian Wilzbach 2018-03-30 11:22:03 +02:00
parent 217127b1d8
commit 64ad4c28f6

View file

@ -82,7 +82,7 @@ ROOT_OF_THEM_ALL = generated
ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(BUILD)/$(MODEL) ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(BUILD)/$(MODEL)
DUB=dub DUB=dub
TOOLS_DIR=../tools TOOLS_DIR=../tools
DSCANNER_HASH=ef9853215d61731f1a4d97d13618e4cb12c40c57 DSCANNER_HASH=0ef3df1fd63371d9680348a5a45efd8675321ffc
DSCANNER_DIR=$(ROOT_OF_THEM_ALL)/dscanner-$(DSCANNER_HASH) DSCANNER_DIR=$(ROOT_OF_THEM_ALL)/dscanner-$(DSCANNER_HASH)
# Set DRUNTIME name and full path # Set DRUNTIME name and full path