From d3abb447a118aecf23afddbec9b83a61ae8d1670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Nov 2018 16:02:21 +0100 Subject: Ranch 1.7.1 and Cowboy 2.6.1 --- docs/en/erlang.mk/1/guide/edoc/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/en/erlang.mk/1/guide/edoc/index.html') diff --git a/docs/en/erlang.mk/1/guide/edoc/index.html b/docs/en/erlang.mk/1/guide/edoc/index.html index 513cb07f..ff876b37 100644 --- a/docs/en/erlang.mk/1/guide/edoc/index.html +++ b/docs/en/erlang.mk/1/guide/edoc/index.html @@ -98,6 +98,14 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
docs:: edoc
+

Running EDoc on all applications

+

In a multi-application project you may want to run EDoc against all applications at the same time, instead of against each applications independently. To do so, you need to configure the EDOC_SRC_DIRS at the end of your Makefile, after including erlang.mk:

+
+
EDOC_SRC_DIRS = $(ALL_APPS_DIRS)
+
-- cgit v1.2.3