diff options
author | Oz Linden <oz@lindenlab.com> | 2015-06-29 18:12:22 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-06-29 18:12:22 -0400 |
commit | b3352767ce7e1749ba927784471ff1edf960dd7f (patch) | |
tree | a499a14d91e67b09e626449d69b78cafa26e641a /indra/Doxyfile.in | |
parent | 510f46df238497171f40b27425601feda9c0da41 (diff) |
Replace hg.secondlife.com with bitbucket.org/lindenlab/viewer-release
Incorporate viewer channel and version into doxygen output
Use the autobuild configuration as a variant to build doxygen docs.
Upload doxygen docs as a tarball if generated.
Diffstat (limited to 'indra/Doxyfile.in')
-rw-r--r-- | indra/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/Doxyfile.in b/indra/Doxyfile.in index 1a20eebf22..db31000b2d 100644 --- a/indra/Doxyfile.in +++ b/indra/Doxyfile.in @@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = SecondLifeViewer +PROJECT_NAME = "@VIEWER_CHANNEL@" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = @VIEWER_SHORT_VERSION@.@VIEWER_VERSION_REVISION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |