Removed misleading comment.

This commit is contained in:
the_fiddler 2010-10-13 22:27:35 +00:00
parent 137818d10c
commit b4c8b64db8

View file

@ -723,7 +723,6 @@ namespace Bind.GL2
sw.WriteLine();
}
// Cache the last doc processor to avoid processing the same file again and again
static DocProcessor processor = new DocProcessor(Path.Combine(Settings.DocPath, Settings.DocFile));
static Dictionary<string, string> docfiles;
private static void WriteDocumentation(BindStreamWriter sw, Function f)