From ebfd6eb8f641665695cceda212f484163d24bc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 2 May 2015 10:08:19 +0200 Subject: [PATCH] fix trait documentation leaving out certain namespaces --- Makefile | 3 +-- make.ps1 | 2 +- mods/all/mod.yaml | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 mods/all/mod.yaml diff --git a/Makefile b/Makefile index 3f5d97d132..6786fcb198 100644 --- a/Makefile +++ b/Makefile @@ -310,9 +310,8 @@ version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mo mv -f $${i}.tmp $${i} ; \ done -# Documentation (d2k depends on all mod libraries) docs: utility mods version - @mono --debug OpenRA.Utility.exe d2k --docs > DOCUMENTATION.md + @mono --debug OpenRA.Utility.exe all --docs > DOCUMENTATION.md @mono --debug OpenRA.Utility.exe ra --lua-docs > Lua-API.md install: install-core diff --git a/make.ps1 b/make.ps1 index a765ee7f10..bf87e09ab0 100644 --- a/make.ps1 +++ b/make.ps1 @@ -160,7 +160,7 @@ elseif ($command -eq "check") elseif ($command -eq "docs") { ./make.ps1 version - ./OpenRA.Utility.exe d2k --docs | Out-File -Encoding "UTF8" DOCUMENTATION.md + ./OpenRA.Utility.exe all --docs | Out-File -Encoding "UTF8" DOCUMENTATION.md ./OpenRA.Utility.exe ra --lua-docs | Out-File -Encoding "UTF8" Lua-API.md } else diff --git a/mods/all/mod.yaml b/mods/all/mod.yaml new file mode 100644 index 0000000000..873795c001 --- /dev/null +++ b/mods/all/mod.yaml @@ -0,0 +1,36 @@ +Metadata: + Title: All mods + Version: {DEV_VERSION} + Author: The OpenRA Developers + Hidden: true + Description: Depending on all DLLs. + +Folders: + . + +Cursors: + +Chrome: + +Assemblies: + ./mods/common/OpenRA.Mods.Common.dll + ./mods/ra/OpenRA.Mods.RA.dll + ./mods/d2k/OpenRA.Mods.D2k.dll + ./mods/cnc/OpenRA.Mods.Cnc.dll + ./mods/ts/OpenRA.Mods.TS.dll + +ChromeLayout: + +Notifications: + +LoadScreen: BlankLoadScreen + +ChromeMetrics: + +Fonts: + +LobbyDefaults: + +SpriteFormats: + +SpriteSequenceFormat: DefaultSpriteSequence