Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Doxyfile @ 287:555570edf557
doxygen
author | e065746@localhost.localdomain |
---|---|
date | Fri, 05 Jun 2009 17:51:58 +0900 |
parents | 181f693be3d5 |
children | 87f76ea9c445 |
comparison
equal
deleted
inserted
replaced
286:ac5af1ea093c | 287:555570edf557 |
---|---|
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 = | 555 INPUT = "./" "./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" |
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 = | 572 FILE_PATTERNS = *.h *.cc *.py |
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 |