# Doxyfile 1.3.9.1

@INCLUDE               = ../../common/Doxyfile

############################################################################
# TRILINOS PACKAGE DEVELOPERS:
#
# Use this Doxyfile in Trilinos/packages/YOUR_PACKAGE/doc to control the
# way in which your documentation is generated.  If you would like to be
# provided with reasonable default behavior, leave intact the above
# @INCLUDE. To modify the default behavior, simply include below the
# option you would like to overwrite (or use += to append more to the
# default). 
#
# To reference the documentation of another package with a doxygen tag
# file, include something like the following:
#
# TAGFILES  = ../../common/tag_files/epetra.tag=../../../epetra/doc/html
#
# (Note that the first path must be the relative path from your Doxyfile
# to the tag file in question and the second path must be the relative
# path from your Doxyfile to the "html/" directory corresponding to that
# tag file.)
#
# - To view the explanation of an option, run 
#
#     doxygen -g COMMENTED_DOXYFILE_NAME
#     (open COMMENTED_DOXYFILE_NAME)
#
#   or visit http://www.stack.nl/~dimitri/doxygen/config.html
#
# - To use this Doxyfile locally to generate your documentation and 
#   iteratively develop it:
#
#     (document your source)
#     cd Trilinos/packages/YOUR_PACKAGE/doc
#     (modify this Doxyfile as needed)
#     doxygen DoxyfileWeb 
#     (open Trilinos/packages/YOUR_PACKAGE/doc/html/index.html)
#
############################################################################

PROJECT_NAME           = Kokkos

INPUT                  = ../src index.doc

EXAMPLE_PATH           = ../example

GENERATE_TAGFILE       = ../../common/tag_files/kokkos.tag
