[Bind] Merge GL2 and GL4 documentation into one

This commit is contained in:
thefiddler 2014-03-30 10:29:50 +02:00
parent 033e0b7155
commit bd9f760f4b
637 changed files with 2 additions and 37823 deletions

View file

@ -54,7 +54,7 @@ namespace Bind.GL2
Settings.DefaultEnumsFile = "GLEnums.cs";
Settings.DefaultWrappersFile = "GL.cs";
Settings.DefaultDocPath = Path.Combine(
Settings.DefaultDocPath, "GL2");
Settings.DefaultDocPath, "GL");
}
}
}

View file

@ -46,7 +46,7 @@ namespace Bind.GL2
Settings.DefaultEnumsFile = "GL4Enums.cs";
Settings.DefaultWrappersFile = "GL4.cs";
Settings.DefaultDocPath = Path.Combine(
Settings.DefaultDocPath, "GL4");
Settings.DefaultDocPath, "GL");
Profile = "glcore";
}

Some files were not shown because too many files have changed in this diff Show more