More XmlDoc comments
This commit is contained in:
parent
88c14c6350
commit
f9e39d3226
8 changed files with 63 additions and 27 deletions
|
|
@ -2,7 +2,9 @@ using System.Runtime.InteropServices;
|
|||
|
||||
namespace Raylib_cs
|
||||
{
|
||||
/// <summary>N-patch layout</summary>
|
||||
/// <summary>
|
||||
/// N-patch layout
|
||||
/// </summary>
|
||||
public enum NPatchLayout
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue