From b4c8b64db81bfbcdc6e0b2aaab1170812c3a95c2 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 13 Oct 2010 22:27:35 +0000 Subject: [PATCH] Removed misleading comment. --- Source/Bind/GL2/Generator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Bind/GL2/Generator.cs b/Source/Bind/GL2/Generator.cs index 4467dd8d..ccca00c5 100644 --- a/Source/Bind/GL2/Generator.cs +++ b/Source/Bind/GL2/Generator.cs @@ -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 docfiles; private static void WriteDocumentation(BindStreamWriter sw, Function f)