# 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           = Epetra

INPUT                  = ../src ../../aztecoo/src index.doc \
                         ../example/Lessons/Lesson01-Init/index.doc \
                         ../example/Lessons/Lesson02-Map-Vector/index.doc \
                         ../example/Lessons/Lesson03-Power-Method/index.doc \
                         ../example/Lessons/Lesson04-Sparse-Matrix-Fill/index.doc \
                         ../example/Lessons/Lesson05-Redistribution/index.doc

FILE_PATTERNS          = E*.h

EXAMPLE_PATH           = ../example/petra_power_method/cxx_main.cpp \
                         ../example/Lessons/Lesson01-Init \
                         ../example/Lessons/Lesson02-Map-Vector \
                         ../example/Lessons/Lesson03-Power-Method \
                         ../example/Lessons/Lesson04-Sparse-Matrix-Fill \
                         ../example/Lessons/Lesson05-Redistribution


GENERATE_TAGFILE       = ../../common/tag_files/epetra.tag
