mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 02:49:18 +01:00
fix warnings in Dalamud
This commit is contained in:
parent
b9101a55e8
commit
166301f56f
24 changed files with 124 additions and 98 deletions
|
|
@ -1132,6 +1132,7 @@ internal static partial class NativeFunctions
|
|||
/// <summary>
|
||||
/// Native kernel32 functions.
|
||||
/// </summary>
|
||||
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1629:Documentation text should end with a period", Justification = "Stupid rule")]
|
||||
internal static partial class NativeFunctions
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -1394,7 +1395,7 @@ internal static partial class NativeFunctions
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// HEAP_* from heapapi
|
||||
/// HEAP_* from heapapi.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum HeapOptions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue