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