mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +03:00
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:
parent
217127b1d8
commit
64ad4c28f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue