# HG changeset patch # User e065746@localhost.localdomain # Date 1244191918 -32400 # Node ID 555570edf5572fc46d196c7b21e74ff84f82e18e # Parent ac5af1ea093cfe644f1f9d5697d234829ff70b43 doxygen diff -r ac5af1ea093c -r 555570edf557 Document/document/html/index.html --- a/Document/document/html/index.html Fri Jun 05 17:28:54 2009 +0900 +++ b/Document/document/html/index.html Fri Jun 05 17:51:58 2009 +0900 @@ -9,6 +9,8 @@
@@ -16,7 +18,7 @@

Cerium Documentation

0.1

-
Generated on Fri Jun 5 17:22:28 2009 for Cerium by  +
Generated on Fri Jun 5 17:51:27 2009 for Cerium by  doxygen 1.5.7.1
diff -r ac5af1ea093c -r 555570edf557 Document/document/latex/doxygen.sty --- a/Document/document/latex/doxygen.sty Fri Jun 05 17:28:54 2009 +0900 +++ b/Document/document/latex/doxygen.sty Fri Jun 05 17:51:58 2009 +0900 @@ -10,8 +10,8 @@ {\fancyplain{}{\bfseries\rightmark}} \rhead[\fancyplain{}{\bfseries\leftmark}] {\fancyplain{}{\bfseries\thepage}} -\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Fri Jun 5 17:22:28 2009 for Cerium by Doxygen }]{} -\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Fri Jun 5 17:22:28 2009 for Cerium by Doxygen }} +\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Fri Jun 5 17:51:27 2009 for Cerium by Doxygen }]{} +\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Fri Jun 5 17:51:27 2009 for Cerium by Doxygen }} \cfoot{} \newenvironment{Code} {\footnotesize} diff -r ac5af1ea093c -r 555570edf557 Document/document/latex/refman.tex --- a/Document/document/latex/refman.tex Fri Jun 05 17:28:54 2009 +0900 +++ b/Document/document/latex/refman.tex Fri Jun 05 17:51:58 2009 +0900 @@ -39,7 +39,7 @@ \vspace*{1cm} {\large Generated by Doxygen 1.5.7.1}\\ \vspace*{0.5cm} -{\small Fri Jun 5 17:22:28 2009}\\ +{\small Fri Jun 5 17:51:27 2009}\\ \end{center} \end{titlepage} \clearemptydoublepage @@ -47,5 +47,10 @@ \tableofcontents \clearemptydoublepage \pagenumbering{arabic} +\chapter{Class Index} +\input{annotated} +\chapter{Class Documentation} +\input{structtexture__block} +\include{classTileList} \printindex \end{document} diff -r ac5af1ea093c -r 555570edf557 TaskManager/Doxyfile --- a/TaskManager/Doxyfile Fri Jun 05 17:28:54 2009 +0900 +++ b/TaskManager/Doxyfile Fri Jun 05 17:51:58 2009 +0900 @@ -552,7 +552,7 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +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" # 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 @@ -569,7 +569,7 @@ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = +FILE_PATTERNS = *.h *.cc *.py # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO.