mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-12 19:19:52 +00:00
include the missing xml code documentations
This commit is contained in:
@@ -7,9 +7,24 @@
|
||||
/// </summary>
|
||||
public enum DevToolsMode
|
||||
{
|
||||
/// <summary>
|
||||
/// The right
|
||||
/// </summary>
|
||||
right,
|
||||
|
||||
/// <summary>
|
||||
/// The bottom
|
||||
/// </summary>
|
||||
bottom,
|
||||
|
||||
/// <summary>
|
||||
/// The undocked
|
||||
/// </summary>
|
||||
undocked,
|
||||
|
||||
/// <summary>
|
||||
/// The detach
|
||||
/// </summary>
|
||||
detach
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user