Merge pull request #8078 from Mailaender/make-all-docs

Fixed the trait documentation
This commit is contained in:
abcdefg30
2015-05-20 17:05:46 +02:00
7 changed files with 50 additions and 5 deletions

View File

@@ -162,7 +162,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