mirror of https://github.com/axmolengine/axmol.git
update version in doxygen configuration
This commit is contained in:
parent
9691886582
commit
afec056ab3
|
@ -32,7 +32,7 @@ PROJECT_NAME = cocos2d-x
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.0.3
|
PROJECT_NUMBER = 2.1.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer
|
# for a project that appears at the top of each page and should give viewer
|
||||||
|
@ -676,12 +676,11 @@ WARN_LOGFILE =
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = ../cocos2dx \
|
INPUT = ../cocos2dx \
|
||||||
../cocos2dx/platform \
|
../cocos2dx/platform \
|
||||||
../CocosDenshion/include \
|
../CocosDenshion/include \
|
||||||
../document \
|
../document \
|
||||||
../extensions \
|
../extensions \
|
||||||
../scripting/lua/cocos2dx_support \
|
../scripting/lua/cocos2dx_support
|
||||||
|
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
|
Loading…
Reference in New Issue