From 8f9203ccd0c64cb4b03792e5599b27af26e2fcde Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 27 May 2011 13:22:43 +0200 Subject: leex: add warnings_as_errors option --- lib/parsetools/doc/src/leex.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/parsetools/doc/src') 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()

Causes warnings to be printed as they occur. Default is true.

+ warnings_as_errors + +

Causes warnings to be treated as errors.

+
{report, bool()}

This is a short form for both report_errors and report_warnings.

-- cgit v1.2.3