From 048c28bc6c75964c3ee7930f5a1aecae92843c88 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Mon, 12 Mar 2012 12:35:05 +0100 Subject: [reltool] Fix type spec and doc for app() and mod() OTP-9792 Also correct documentation of reltool:install/2: first argument is RelName, not Server. --- lib/reltool/src/reltool.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/reltool/src') diff --git a/lib/reltool/src/reltool.hrl b/lib/reltool/src/reltool.hrl index d3eefb7ff0..fc0078715a 100644 --- a/lib/reltool/src/reltool.hrl +++ b/lib/reltool/src/reltool.hrl @@ -63,7 +63,7 @@ -type mod() :: {incl_cond, incl_cond()} | {debug_info, debug_info()}. -type app() :: {vsn, app_vsn()} - | {mod, mod_name(), mod()} + | {mod, mod_name(), [mod()]} | {mod_cond, mod_cond()} | {incl_cond, incl_cond()} | {app_file, app_file()} -- cgit v1.2.3