Moved documentation utility commands to a folder
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using OpenRA.Mods.Common.UtilityCommands;
|
using OpenRA.Mods.Common.UtilityCommands.Documentation;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.Scripting
|
namespace OpenRA.Mods.Common.Scripting
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ using OpenRA.Mods.Common.Scripting;
|
|||||||
using OpenRA.Scripting;
|
using OpenRA.Scripting;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Common.UtilityCommands.Documentation
|
||||||
{
|
{
|
||||||
// See https://emmylua.github.io/annotation.html for reference
|
// See https://emmylua.github.io/annotation.html for reference
|
||||||
sealed class ExtractEmmyLuaAPI : IUtilityCommand
|
sealed class ExtractEmmyLuaAPI : IUtilityCommand
|
||||||
@@ -11,9 +11,10 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using OpenRA;
|
||||||
using OpenRA.Scripting;
|
using OpenRA.Scripting;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Common.UtilityCommands.Documentation
|
||||||
{
|
{
|
||||||
sealed class ExtractLuaDocsCommand : IUtilityCommand
|
sealed class ExtractLuaDocsCommand : IUtilityCommand
|
||||||
{
|
{
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Common.UtilityCommands.Documentation
|
||||||
{
|
{
|
||||||
sealed class ExtractSettingsDocsCommand : IUtilityCommand
|
sealed class ExtractSettingsDocsCommand : IUtilityCommand
|
||||||
{
|
{
|
||||||
@@ -19,7 +19,7 @@ using OpenRA.Graphics;
|
|||||||
using OpenRA.Mods.Common.Graphics;
|
using OpenRA.Mods.Common.Graphics;
|
||||||
using OpenRA.Primitives;
|
using OpenRA.Primitives;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Common.UtilityCommands.Documentation
|
||||||
{
|
{
|
||||||
sealed class ExtractSpriteSequenceDocsCommand : IUtilityCommand
|
sealed class ExtractSpriteSequenceDocsCommand : IUtilityCommand
|
||||||
{
|
{
|
||||||
@@ -17,7 +17,7 @@ using Newtonsoft.Json;
|
|||||||
using OpenRA.Primitives;
|
using OpenRA.Primitives;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Common.UtilityCommands.Documentation
|
||||||
{
|
{
|
||||||
sealed class ExtractTraitDocsCommand : IUtilityCommand
|
sealed class ExtractTraitDocsCommand : IUtilityCommand
|
||||||
{
|
{
|
||||||
@@ -18,7 +18,7 @@ using OpenRA.GameRules;
|
|||||||
using OpenRA.Primitives;
|
using OpenRA.Primitives;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Common.UtilityCommands.Documentation
|
||||||
{
|
{
|
||||||
sealed class ExtractWeaponDocsCommand : IUtilityCommand
|
sealed class ExtractWeaponDocsCommand : IUtilityCommand
|
||||||
{
|
{
|
||||||
@@ -14,7 +14,7 @@ using System.Linq;
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using OpenRA.Scripting;
|
using OpenRA.Scripting;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Common.UtilityCommands.Documentation
|
||||||
{
|
{
|
||||||
// See https://studio.zerobrane.com/doc-api-auto-complete for reference
|
// See https://studio.zerobrane.com/doc-api-auto-complete for reference
|
||||||
sealed class ExtractZeroBraneStudioLuaAPI : IUtilityCommand
|
sealed class ExtractZeroBraneStudioLuaAPI : IUtilityCommand
|
||||||
Reference in New Issue
Block a user