Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2010-02-04 17:38:20 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-02-04 17:38:20 +0300
commit2a0b2e51845facebb65e326f09a244894d78c5f6 (patch)
tree1305d0113f94c3c8fe58654469ccc7c5080d5169 /mcs/docs
parent889b068c69afcc9f046ee5162da53f150d0cdfae (diff)
Documentation update
svn path=/trunk/mcs/; revision=150858
Diffstat (limited to 'mcs/docs')
-rwxr-xr-xmcs/docs/compiler.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/mcs/docs/compiler.txt b/mcs/docs/compiler.txt
index e99d5d34e01..14e4c5529b0 100755
--- a/mcs/docs/compiler.txt
+++ b/mcs/docs/compiler.txt
@@ -1037,8 +1037,8 @@
** Enhancing Completion
Code completion is a process that will be curated over time.
- Just like producing good error reports or warnings is an
- iterative process to find a good balance, the code completion
+ Just like producing good error reports and warnings is an
+ iterative process, to find a good balance, the code completion
engine in the compiler will require tuning to find the right
balance for the end user.
@@ -1211,7 +1211,9 @@
`--fatal' flag is passed to the compiler, the Report.Error
routine will throw an exception. This can be used to pinpoint
the location of the bug and examine the variables around the
- error location.
+ error location. If you pass a number to --fatal the exception
+ will only be thrown when the error count reaches the specified
+ count.
Warnings can be turned into errors by using the `--werror'
flag to the compiler.