aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools/doc
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-05-27 13:22:43 +0200
committerTuncer Ayaz <[email protected]>2011-06-01 11:41:59 +0200
commit8f9203ccd0c64cb4b03792e5599b27af26e2fcde (patch)
treea38db7161822086cb85576d4003f7ef90484a527 /lib/parsetools/doc
parent762125d74a87b0919dae26da5524ac9bc70b599c (diff)
downloadotp-8f9203ccd0c64cb4b03792e5599b27af26e2fcde.tar.gz
otp-8f9203ccd0c64cb4b03792e5599b27af26e2fcde.tar.bz2
otp-8f9203ccd0c64cb4b03792e5599b27af26e2fcde.zip
leex: add warnings_as_errors option
Diffstat (limited to 'lib/parsetools/doc')
-rw-r--r--lib/parsetools/doc/src/leex.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/parsetools/doc/src/leex.xml b/lib/parsetools/doc/src/leex.xml
index 12abfd244f..1fa426a79e 100644
--- a/lib/parsetools/doc/src/leex.xml
+++ b/lib/parsetools/doc/src/leex.xml
@@ -79,6 +79,10 @@ Token = tuple()</code>
<item><p>Causes warnings to be printed as they occur. Default is
<c>true</c>.</p>
</item>
+ <tag><c>warnings_as_errors</c></tag>
+ <item>
+ <p>Causes warnings to be treated as errors.</p>
+ </item>
<tag><c>{report, bool()}</c></tag>
<item><p>This is a short form for both <c>report_errors</c> and
<c>report_warnings</c>.</p>