aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2016-07-04 17:00:11 +0200
committerHans Bolinder <[email protected]>2016-07-07 08:39:50 +0200
commit531708281a3a2cf336dc92651ede8d9d95f331cb (patch)
treed5d77cf4a1fa0adb47a36346a89ac08af482c569 /lib/erl_docgen
parentfab6d311d90b2361b7e719ffa07a72b76826a55b (diff)
downloadotp-531708281a3a2cf336dc92651ede8d9d95f331cb.tar.gz
otp-531708281a3a2cf336dc92651ede8d9d95f331cb.tar.bz2
otp-531708281a3a2cf336dc92651ede8d9d95f331cb.zip
wx: Prepare for using Erlang types and specs
Create correct links to datatypes outside of the wx application. The added time for generating the doc/specs/specs_* files is unwelcome (they are currently not used).
Diffstat (limited to 'lib/erl_docgen')
-rwxr-xr-xlib/erl_docgen/priv/bin/xref_mod_app.escript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/bin/xref_mod_app.escript b/lib/erl_docgen/priv/bin/xref_mod_app.escript
index ac4278bf22..4a418fe144 100755
--- a/lib/erl_docgen/priv/bin/xref_mod_app.escript
+++ b/lib/erl_docgen/priv/bin/xref_mod_app.escript
@@ -84,7 +84,7 @@ preloaded(TopDir) ->
%% It's OK if too much data is generated as long as all applications
%% and all modules are mentioned.
appmods(D) ->
- ErlFiles = filelib:wildcard(filename:join([D,"src","*.erl"])),
+ ErlFiles = filelib:wildcard(filename:join([D,"src","**","*.erl"])),
AppV = filename:basename(D),
App = case string:rstr(AppV, "-") of
0 -> AppV;