mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 00:25:50 +00:00
Removed misleading comment.
This commit is contained in:
parent
137818d10c
commit
b4c8b64db8
|
@ -723,7 +723,6 @@ namespace Bind.GL2
|
||||||
sw.WriteLine();
|
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 DocProcessor processor = new DocProcessor(Path.Combine(Settings.DocPath, Settings.DocFile));
|
||||||
static Dictionary<string, string> docfiles;
|
static Dictionary<string, string> docfiles;
|
||||||
private static void WriteDocumentation(BindStreamWriter sw, Function f)
|
private static void WriteDocumentation(BindStreamWriter sw, Function f)
|
||||||
|
|
Loading…
Reference in a new issue