Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Doxyfile @ 786:ccf78a465459
fix early free of TaskArray, add SchedTaskArrayNop stage.
author | yutaka@localhost.localdomain |
---|---|
date | Sat, 24 Apr 2010 15:24:33 +0900 |
parents | 3569d31705b6 |
children |
comparison
equal
deleted
inserted
replaced
785:94556e0e3547 | 786:ccf78a465459 |
---|---|
23 DOXYFILE_ENCODING = UTF-8 | 23 DOXYFILE_ENCODING = UTF-8 |
24 | 24 |
25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded | 25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
26 # by quotes) that should identify the project. | 26 # by quotes) that should identify the project. |
27 | 27 |
28 PROJECT_NAME = "Cerium" | 28 PROJECT_NAME = Cerium |
29 | 29 |
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. | 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
31 # This could be handy for archiving the generated documentation or | 31 # This could be handy for archiving the generated documentation or |
32 # if some version control system is used. | 32 # if some version control system is used. |
33 | 33 |
34 PROJECT_NUMBER = 0.1 | 34 PROJECT_NUMBER = |
35 | 35 |
36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) | 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
37 # base path where the generated documentation will be put. | 37 # base path where the generated documentation will be put. |
38 # If a relative path is entered, it will be relative to the location | 38 # If a relative path is entered, it will be relative to the location |
39 # where doxygen was started. If left blank the current directory will be used. | 39 # where doxygen was started. If left blank the current directory will be used. |
40 | 40 |
41 OUTPUT_DIRECTORY = ../Document/document | 41 OUTPUT_DIRECTORY = ../Document/document |
42 | 42 |
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create | 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create |
44 # 4096 sub-directories (in 2 levels) under the output directory of each output | 44 # 4096 sub-directories (in 2 levels) under the output directory of each output |
45 # format and will distribute the generated files over these directories. | 45 # format and will distribute the generated files over these directories. |
46 # Enabling this option can be useful when feeding doxygen a huge amount of | 46 # Enabling this option can be useful when feeding doxygen a huge amount of |
58 # Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), | 58 # Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), |
59 # Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, | 59 # Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, |
60 # Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, Slovene, | 60 # Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, Slovene, |
61 # Spanish, Swedish, and Ukrainian. | 61 # Spanish, Swedish, and Ukrainian. |
62 | 62 |
63 OUTPUT_LANGUAGE = Japanese-en | 63 OUTPUT_LANGUAGE = English |
64 | 64 |
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will | 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will |
66 # include brief member descriptions after the members that are listed in | 66 # include brief member descriptions after the members that are listed in |
67 # the file and class documentation (similar to JavaDoc). | 67 # the file and class documentation (similar to JavaDoc). |
68 # Set to NO to disable this. | 68 # Set to NO to disable this. |
103 | 103 |
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full | 104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full |
105 # path before files name in the file list and in the header files. If set | 105 # path before files name in the file list and in the header files. If set |
106 # to NO the shortest path that makes the file name unique will be used. | 106 # to NO the shortest path that makes the file name unique will be used. |
107 | 107 |
108 FULL_PATH_NAMES = NO | 108 FULL_PATH_NAMES = YES |
109 | 109 |
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag | 110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag |
111 # can be used to strip a user-defined part of the path. Stripping is | 111 # can be used to strip a user-defined part of the path. Stripping is |
112 # only done if one of the specified strings matches the left-hand part of | 112 # only done if one of the specified strings matches the left-hand part of |
113 # the path. The tag can be used to show relative paths in the file list. | 113 # the path. The tag can be used to show relative paths in the file list. |
550 # The INPUT tag can be used to specify the files and/or directories that contain | 550 # The INPUT tag can be used to specify the files and/or directories that contain |
551 # documented source files. You may enter file names like "myfile.cpp" or | 551 # documented source files. You may enter file names like "myfile.cpp" or |
552 # directories like "/usr/src/myproject". Separate the files or directories | 552 # directories like "/usr/src/myproject". Separate the files or directories |
553 # with spaces. | 553 # with spaces. |
554 | 554 |
555 INPUT = "./" "../include/TaskManager" "./kernel" "./kernel/schedule" "./kernel/ppe" "./kernel/sys_task" "./Fifo" "./Test" "./Test/Sum" "./Test/test_render" "./Test/test_render/xml_file" "./Test/test_render/xml_file/blend" "./Test/test_render/xml_file/blend/images" "./Test/test_render/task" "./Test/test_render/spe" "./Test/test_render/tools" "./Test/simple_render" "./Test/simple_render/task" "./Test/simple_render/test" "./Test/simple_render/test/LoadTexture" "./Test/simple_render/test/LoadTexture/spe" "./Test/simple_render/spe" "./Test/simple_render/trash" "./Test/simple_pack" "./Test/simple_pack/task" "./Test/simple_pack/trash" "./Cell" "./Cell/spe" | 555 INPUT = |
556 | 556 |
557 # This tag can be used to specify the character encoding of the source files | 557 # This tag can be used to specify the character encoding of the source files |
558 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is | 558 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
559 # also the default input encoding. Doxygen uses libiconv (or the iconv built | 559 # also the default input encoding. Doxygen uses libiconv (or the iconv built |
560 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for | 560 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for |
567 # and *.h) to filter out the source-files in the directories. If left | 567 # and *.h) to filter out the source-files in the directories. If left |
568 # blank the following patterns are tested: | 568 # blank the following patterns are tested: |
569 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx | 569 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx |
570 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 | 570 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 |
571 | 571 |
572 FILE_PATTERNS = "*.cc" "*.h" "*.py" | 572 FILE_PATTERNS = |
573 | 573 |
574 # The RECURSIVE tag can be used to turn specify whether or not subdirectories | 574 # The RECURSIVE tag can be used to turn specify whether or not subdirectories |
575 # should be searched for input files as well. Possible values are YES and NO. | 575 # should be searched for input files as well. Possible values are YES and NO. |
576 # If left blank NO is used. | 576 # If left blank NO is used. |
577 | 577 |
621 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be | 621 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be |
622 # searched for input files to be used with the \include or \dontinclude | 622 # searched for input files to be used with the \include or \dontinclude |
623 # commands irrespective of the value of the RECURSIVE tag. | 623 # commands irrespective of the value of the RECURSIVE tag. |
624 # Possible values are YES and NO. If left blank NO is used. | 624 # Possible values are YES and NO. If left blank NO is used. |
625 | 625 |
626 EXAMPLE_RECURSIVE = YES | 626 EXAMPLE_RECURSIVE = NO |
627 | 627 |
628 # The IMAGE_PATH tag can be used to specify one or more files or | 628 # The IMAGE_PATH tag can be used to specify one or more files or |
629 # directories that contain image that are included in the documentation (see | 629 # directories that contain image that are included in the documentation (see |
630 # the \image command). | 630 # the \image command). |
631 | 631 |
663 # If the SOURCE_BROWSER tag is set to YES then a list of source files will | 663 # If the SOURCE_BROWSER tag is set to YES then a list of source files will |
664 # be generated. Documented entities will be cross-referenced with these sources. | 664 # be generated. Documented entities will be cross-referenced with these sources. |
665 # Note: To get rid of all source code in the generated output, make sure also | 665 # Note: To get rid of all source code in the generated output, make sure also |
666 # VERBATIM_HEADERS is set to NO. | 666 # VERBATIM_HEADERS is set to NO. |
667 | 667 |
668 SOURCE_BROWSER = YES | 668 SOURCE_BROWSER = NO |
669 | 669 |
670 # Setting the INLINE_SOURCES tag to YES will include the body | 670 # Setting the INLINE_SOURCES tag to YES will include the body |
671 # of functions and classes directly in the documentation. | 671 # of functions and classes directly in the documentation. |
672 | 672 |
673 INLINE_SOURCES = NO | 673 INLINE_SOURCES = NO |