diff options
author | Lars Thorsen <[email protected]> | 2011-11-16 15:14:07 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-11-18 14:28:44 +0100 |
commit | e2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2 (patch) | |
tree | 257556955c3e41ac744dc7237194060c9c7fb025 /lib/erl_docgen/priv/bin/specs_gen.escript | |
parent | 2da3a1fb06caf0c7fc53a8efdfbc769278b4323f (diff) | |
download | otp-e2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2.tar.gz otp-e2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2.tar.bz2 otp-e2b2f74fabb79a5fa7638ca65dcc2d4e8ab332c2.zip |
[erl_docgen] Update references to modules that changed name
Diffstat (limited to 'lib/erl_docgen/priv/bin/specs_gen.escript')
-rw-r--r-- | lib/erl_docgen/priv/bin/specs_gen.escript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_docgen/priv/bin/specs_gen.escript b/lib/erl_docgen/priv/bin/specs_gen.escript index 982afece7f..156311565c 100644 --- a/lib/erl_docgen/priv/bin/specs_gen.escript +++ b/lib/erl_docgen/priv/bin/specs_gen.escript @@ -19,7 +19,7 @@ %%% <script> [-I<dir>]... [-o<dir>] [-module Module] [File] %%% -%%% Use EDoc and the layout module 'otp_specs' to create an XML file +%%% Use EDoc and the layout module 'docgen_otp_specs' to create an XML file %%% containing Dialyzer types and specifications (-type, -spec). %%% %%% Options: @@ -69,7 +69,7 @@ usage() -> call_edoc(FileSpec, InclFs, Dir) -> ReadOpts = [{includes, InclFs}, {preprocess, true}], ExtractOpts = [{report_missing_type, false}], - LayoutOpts = [{pretty_printer, erl_pp}, {layout, otp_specs}], + LayoutOpts = [{pretty_printer, erl_pp}, {layout, docgen_otp_specs}], File = case FileSpec of {file, File0} -> File0; {module, Module0} -> Module0 |