diff options
author | Oz Linden <oz@lindenlab.com> | 2015-11-10 11:27:22 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-11-10 11:27:22 -0500 |
commit | 469529ac63993ba5300fae173391f8ddbbc2d0c4 (patch) | |
tree | aefe794dea9c61bddb66dde524bf3c0db8a62539 /BuildParams | |
parent | 599107a0b4fbff5e23bccc4c5a7dbeb3c2f620e1 (diff) |
reenable doxygen for teamcity linux builds, minor documentation cleanup
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index c9a6b5fb43..9180ae9092 100755 --- a/BuildParams +++ b/BuildParams @@ -19,6 +19,8 @@ build_Linux_Debug = false build_Darwin_Debug = false build_Debug = false +# enable Doxygen building on Linux for TeamCity (it can be done manually on any platform) +build_Linux_Doxygen = true # Update Public Inworld Build Status Indicators (setting should mirror "public_build") email_status_this_is_os = true |