Mercurial > hg > Members > kono > Cerium
changeset 287:555570edf557
doxygen
author | e065746@localhost.localdomain |
---|---|
date | Fri, 05 Jun 2009 17:51:58 +0900 |
parents | ac5af1ea093c |
children | 92df9fd8210d |
files | Document/document/html/index.html Document/document/latex/doxygen.sty Document/document/latex/refman.tex TaskManager/Doxyfile |
diffstat | 4 files changed, 13 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <div class="tabs"> <ul> <li class="current"><a href="index.html"><span>Main Page</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> </ul> </div> </div> @@ -16,7 +18,7 @@ <h1>Cerium Documentation</h1> <p> <h3 align="center">0.1 </h3></div> -<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 17:22:28 2009 for Cerium by +<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 17:51:27 2009 for Cerium by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address> </body>
--- 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}
--- 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}
--- 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.