From a857d28603ad674c40a977249c1b6ae8d29c1f6c Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 2 Jun 2013 21:46:25 +0200 Subject: Added documenation for the new option describing what it does. --- lib/syntax_tools/src/erl_tidy.erl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') 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'. +%% +%%
{stdout, boolean()}
+%% +%%
If the value is `true', instead of the file being written +%% to disk it will be printed to stdout. The default value is +%% `false'.
+%% %% %% %% See the function `module/2' for further options. -- cgit v1.2.3