Browse Source

Update docs

svn path=/trunk/mcs/; revision=66629
Miguel de Icaza 19 years ago
parent
commit
d9799cd9e0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      mcs/docs/compiler.txt

+ 4 - 1
mcs/docs/compiler.txt

@@ -616,7 +616,10 @@
 	Which drives the process, it first resolves the topblock, then
 	emits the required metadata (local variable definitions) and
 	finally emits the code.
-		
+
+	A detailed description of anonymous methods and iterators is
+	on the new-anonymous-design.txt file in this directory.
+
 * Miscellaneous
 
 ** Error Processing.