diff options
author | Siri Hansen <[email protected]> | 2012-08-20 15:46:19 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-08-20 15:56:06 +0200 |
commit | eba1ece8d123cab16b357ea43a8dfc75a959ae0a (patch) | |
tree | 87b049337db7ea418e0c854ec3483b9516c4cfd9 /lib/reltool/src/reltool.hrl | |
parent | ee8e60f1c160e576a040a92d28f3a3eed1cb572a (diff) | |
download | otp-eba1ece8d123cab16b357ea43a8dfc75a959ae0a.tar.gz otp-eba1ece8d123cab16b357ea43a8dfc75a959ae0a.tar.bz2 otp-eba1ece8d123cab16b357ea43a8dfc75a959ae0a.zip |
[reltool] Add documentation for option 'excl_lib'
Diffstat (limited to 'lib/reltool/src/reltool.hrl')
-rw-r--r-- | lib/reltool/src/reltool.hrl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/reltool/src/reltool.hrl b/lib/reltool/src/reltool.hrl index c0736bb4c8..f0d8b38519 100644 --- a/lib/reltool/src/reltool.hrl +++ b/lib/reltool/src/reltool.hrl @@ -79,6 +79,7 @@ | {debug_info, debug_info()} | {app_file, app_file()} | {profile, profile()} + | {excl_lib, excl_lib()} | {incl_sys_filters, incl_sys_filters()} | {excl_sys_filters, excl_sys_filters()} | {incl_app_filters, incl_app_filters()} @@ -123,6 +124,7 @@ -type incl_defaults() :: boolean(). -type incl_derived() :: boolean(). -type status() :: missing | ok. +-type excl_lib() :: otp_root. -record(common, { @@ -233,7 +235,7 @@ rels :: [#rel{}], emu_name :: emu_name(), profile :: profile(), - excl_lib :: otp_root, + excl_lib :: excl_lib(), incl_sys_filters :: [#regexp{}], excl_sys_filters :: [#regexp{}], incl_app_filters :: [#regexp{}], |