fix trait documentation leaving out certain namespaces
This commit is contained in:
3
Makefile
3
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
|
||||
|
||||
2
make.ps1
2
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
|
||||
|
||||
36
mods/all/mod.yaml
Normal file
36
mods/all/mod.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user