summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <aaron.l.france@gmail.com>2013-06-02 21:46:25 +0200
committerAaron <aaron.l.france@gmail.com>2013-06-02 21:46:25 +0200
commit41f8ad112827fc27bb0dbba416fc0f4ee6ceb3bd (patch)
treebf9e7f6377843ed0dcc0d8ad57b361637a992e3b
parent6905ffbc31000fe37999a9db54083f8bc79cd261 (diff)
downloaderlang-41f8ad112827fc27bb0dbba416fc0f4ee6ceb3bd.tar.gz
Added documenation for the new option describing what it does.
-rw-r--r--lib/syntax_tools/src/erl_tidy.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/syntax_tools/src/erl_tidy.erl b/lib/syntax_tools/src/erl_tidy.erl
index 8507ff646e..7444d8dc67 100644
--- a/lib/syntax_tools/src/erl_tidy.erl
+++ b/lib/syntax_tools/src/erl_tidy.erl
@@ -269,6 +269,13 @@ file(Name) ->
%% is typically most useful if the `verbose' flag is enabled, to
%% generate reports about the program files without affecting
%% them. The default value is `false'.</dd>
+%%
+%% <dt>{stdout, boolean()}</dt>
+%%
+%% <dd>If the value is `true', instead of the file being written
+%% to disk it will be printed to stdout. The default value is
+%% `false'.</dd>
+%%
%% </dl>
%%
%% See the function `module/2' for further options.