Line 35... |
Line 35... |
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# for a project that appears at the top of each page and should give viewer
|
# for a project that appears at the top of each page and should give viewer
|
# a quick idea about the purpose of the project. Keep the description short.
|
# a quick idea about the purpose of the project. Keep the description short.
|
|
|
PROJECT_BRIEF = "A Ray Tracer Hardware Support"
|
PROJECT_BRIEF = "A Ray Tracing Support Hardware, by Julián Andrés Guarín Reyes"
|
|
|
# With the PROJECT_LOGO tag one can specify an logo or icon that is
|
# With the PROJECT_LOGO tag one can specify an logo or icon that is
|
# included in the documentation. The maximum height of the logo should not
|
# included in the documentation. The maximum height of the logo should not
|
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
# Doxygen will copy the logo to the output directory.
|
# Doxygen will copy the logo to the output directory.
|
|
|
PROJECT_LOGO = C:/msys/1.0/home/julguare/raytrac/logo.bmp
|
PROJECT_LOGO = /Users/imac/Tesis/Workspace/hw/rt_lib/arith/src/trunk/logo.bmp
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
# If a relative path is entered, it will be relative to the location
|
# If a relative path is entered, it will be relative to the location
|
# where doxygen was started. If left blank the current directory will be used.
|
# where doxygen was started. If left blank the current directory will be used.
|
|
|
OUTPUT_DIRECTORY = C:/msys/1.0/home/julguare/raytracdoc
|
OUTPUT_DIRECTORY = ../../doc
|
|
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
# format and will distribute the generated files over these directories.
|
# format and will distribute the generated files over these directories.
|
# Enabling this option can be useful when feeding doxygen a huge amount of
|
# Enabling this option can be useful when feeding doxygen a huge amount of
|
Line 610... |
Line 610... |
# The INPUT tag can be used to specify the files and/or directories that contain
|
# The INPUT tag can be used to specify the files and/or directories that contain
|
# documented source files. You may enter file names like "myfile.cpp" or
|
# documented source files. You may enter file names like "myfile.cpp" or
|
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
# with spaces.
|
# with spaces.
|
|
|
INPUT = C:/msys/1.0/home/julguare/raytrac
|
INPUT = .
|
|
|
# This tag can be used to specify the character encoding of the source files
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# also the default input encoding. Doxygen uses libiconv (or the iconv built
|
# also the default input encoding. Doxygen uses libiconv (or the iconv built
|
# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
|
# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
|
Line 863... |
Line 863... |
|
|
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
|
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
|
# each generated HTML page. If it is left blank doxygen will generate a
|
# each generated HTML page. If it is left blank doxygen will generate a
|
# standard footer.
|
# standard footer.
|
|
|
HTML_FOOTER = "This File Was Was Made By By The COSOTA COMPANY"
|
HTML_FOOTER =
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
# style sheet that is used by each HTML page. It can be used to
|
# style sheet that is used by each HTML page. It can be used to
|
# fine-tune the look of the HTML output. If the tag is left blank doxygen
|
# fine-tune the look of the HTML output. If the tag is left blank doxygen
|
# will generate a default style sheet. Note that doxygen will try to copy
|
# will generate a default style sheet. Note that doxygen will try to copy
|