@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
25
25
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
26
26
# by quotes) that should identify the project.
27
27
28
- PROJECT_NAME = cocos2d-uphone
28
+ PROJECT_NAME = cocos2d-x
29
29
30
30
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
31
31
# This could be handy for archiving the generated documentation or
32
32
# if some version control system is used.
33
33
34
- PROJECT_NUMBER = 0.0.1
34
+ PROJECT_NUMBER = 0.99.4
35
35
36
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
37
# base path where the generated documentation will be put.
@@ -281,7 +281,7 @@ SUBGROUPING = YES
281
281
# be useful for C code in case the coding convention dictates that all compound
282
282
# types are typedef'ed and only the typedef is referenced, never the tag name.
283
283
284
- TYPEDEF_HIDES_STRUCT = YES
284
+ TYPEDEF_HIDES_STRUCT = NO
285
285
286
286
# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
287
287
# determine which symbols to keep in memory and which to flush to disk.
@@ -361,7 +361,7 @@ HIDE_UNDOC_CLASSES = YES
361
361
# If set to NO (the default) these declarations will be included in the
362
362
# documentation.
363
363
364
- HIDE_FRIEND_COMPOUNDS = YES
364
+ HIDE_FRIEND_COMPOUNDS = NO
365
365
366
366
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
367
367
# documentation blocks found inside the body of a function.
@@ -564,7 +564,7 @@ WARN_IF_DOC_ERROR = YES
564
564
# wrong or incomplete parameter documentation, but not about the absence of
565
565
# documentation.
566
566
567
- WARN_NO_PARAMDOC = YES
567
+ WARN_NO_PARAMDOC = NO
568
568
569
569
# The WARN_FORMAT tag determines the format of the warning messages that
570
570
# doxygen can produce. The string should contain the $file, $line, and $text
@@ -590,7 +590,7 @@ WARN_LOGFILE = ./doxygen.log
590
590
# directories like "/usr/src/myproject". Separate the files or directories
591
591
# with spaces.
592
592
593
- INPUT = .
593
+ INPUT = ./cocos2dx
594
594
595
595
# This tag can be used to specify the character encoding of the source files
596
596
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -607,7 +607,18 @@ INPUT_ENCODING = UTF-8
607
607
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
608
608
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
609
609
610
- FILE_PATTERNS = *.inl \
610
+ FILE_PATTERNS = *.c \
611
+ *.cc \
612
+ *.cxx \
613
+ *.cpp \
614
+ *.c++ \
615
+ *.d \
616
+ *.java \
617
+ *.ii \
618
+ *.ixx \
619
+ *.ipp \
620
+ *.i++ \
621
+ *.inl \
611
622
*.h \
612
623
*.hh \
613
624
*.hxx \
@@ -1048,7 +1059,7 @@ ENUM_VALUES_PER_LINE = 4
1048
1059
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1049
1060
# Windows users are probably better off using the HTML help feature.
1050
1061
1051
- GENERATE_TREEVIEW = NO
1062
+ GENERATE_TREEVIEW = YES
1052
1063
1053
1064
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1054
1065
# and Class Hierarchy pages using a tree view instead of an ordered list.
0 commit comments