From 734c52038f4f2bf1fb379ee2c8438cd98fb7506d Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 6 Nov 2017 09:34:41 -0800 Subject: Default to unidoc for scaladoc generation. (#715) Disambiguate DontCare reference in initializeSingletons() avoiding compilation error during unidoc generation.--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8d1f613..53740363 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ ifneq (,$(RM_DIRS)) endif scaladoc: - $(SBT) $(SBT_FLAGS) doc + $(SBT) $(SBT_FLAGS) unidoc site: $(SBT) $(SBT_FLAGS) make-site -- cgit v1.2.3