Moved AutoGeneratedAttribute to root namespace (it is now used by more than just OpenTK.Graphics).

This commit is contained in:
the_fiddler 2009-08-09 17:55:11 +00:00
parent f8bc7e1f30
commit 3f009dc723

View file

@ -29,7 +29,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace OpenTK.Graphics namespace OpenTK
{ {
/// <summary> /// <summary>
/// Indicates that this function is generated automatically by a tool. /// Indicates that this function is generated automatically by a tool.