Skip to content

Commit 75042c6

Browse files
author
Walzer
committed
issue cocos2d#160, update the doxygen config file
1 parent b55ceed commit 75042c6

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

doxygen.config

+19-8
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
2525
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
2626
# by quotes) that should identify the project.
2727

28-
PROJECT_NAME = cocos2d-uphone
28+
PROJECT_NAME = cocos2d-x
2929

3030
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = 0.0.1
34+
PROJECT_NUMBER = 0.99.4
3535

3636
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3737
# base path where the generated documentation will be put.
@@ -281,7 +281,7 @@ SUBGROUPING = YES
281281
# be useful for C code in case the coding convention dictates that all compound
282282
# types are typedef'ed and only the typedef is referenced, never the tag name.
283283

284-
TYPEDEF_HIDES_STRUCT = YES
284+
TYPEDEF_HIDES_STRUCT = NO
285285

286286
# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
287287
# determine which symbols to keep in memory and which to flush to disk.
@@ -361,7 +361,7 @@ HIDE_UNDOC_CLASSES = YES
361361
# If set to NO (the default) these declarations will be included in the
362362
# documentation.
363363

364-
HIDE_FRIEND_COMPOUNDS = YES
364+
HIDE_FRIEND_COMPOUNDS = NO
365365

366366
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
367367
# documentation blocks found inside the body of a function.
@@ -564,7 +564,7 @@ WARN_IF_DOC_ERROR = YES
564564
# wrong or incomplete parameter documentation, but not about the absence of
565565
# documentation.
566566

567-
WARN_NO_PARAMDOC = YES
567+
WARN_NO_PARAMDOC = NO
568568

569569
# The WARN_FORMAT tag determines the format of the warning messages that
570570
# doxygen can produce. The string should contain the $file, $line, and $text
@@ -590,7 +590,7 @@ WARN_LOGFILE = ./doxygen.log
590590
# directories like "/usr/src/myproject". Separate the files or directories
591591
# with spaces.
592592

593-
INPUT = .
593+
INPUT = ./cocos2dx
594594

595595
# This tag can be used to specify the character encoding of the source files
596596
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -607,7 +607,18 @@ INPUT_ENCODING = UTF-8
607607
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
608608
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
609609

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 \
611622
*.h \
612623
*.hh \
613624
*.hxx \
@@ -1048,7 +1059,7 @@ ENUM_VALUES_PER_LINE = 4
10481059
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
10491060
# Windows users are probably better off using the HTML help feature.
10501061

1051-
GENERATE_TREEVIEW = NO
1062+
GENERATE_TREEVIEW = YES
10521063

10531064
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
10541065
# and Class Hierarchy pages using a tree view instead of an ordered list.

0 commit comments

Comments
 (0)