# This command is expecting to have Doxygen.input generated as:
#
#   for i in ../../*/dox/Doxyfile.input; do echo @INCLUDE = $i >> Doxyfile.input; done
#
# which may be accomplished as:
#
#  rm -f Doxyfile.input && for i in ../../*/dox/Doxyfile.input; do echo @INCLUDE = $i >> Doxyfile.input; done && doxygen
#
@INCLUDE = Doxyfile.options
#
# Package options
#
PROJECT_NAME           = "Sierra Toolkit"
OUTPUT_DIRECTORY       = ../..
# OUTPUT_DIRECTORY       = /home/www/scico/sierra/codes/doxygen/stk
# OUTPUT_DIRECTORY       = /sierra/Dev/www/stk
#
# What and how documentation is extracted
#
INPUT                  = ./index.dox

RECURSIVE = YES
#
# Also include doxygen documentation for the other products:
#
@INCLUDE =	Doxyfile.input
#@INCLUDE =	../../trilinos_shards/doc/Doxyfile.input
#@INCLUDE =	../../stk_util/doc/Doxyfile.input
#@INCLUDE =	../../stk_*/doc/index.dox
#@INCLUDE =	../../../stk_util/doc/index.dox

FILE_PATTERNS          = *.dox *.cpp *.hpp *.h
                         
IMAGE_PATH             =
# EXAMPLE_PATH           = ../example
EXCLUDE                = 
EXAMPLE_PATTERNS       =
INPUT_FILTER           = 
ALPHABETICAL_INDEX     = YES
IGNORE_PREFIX          =
RECURSIVE              = YES
#
# Links to other packages
#
ALLEXTERNALS           = YES
EXTERNAL_GROUPS        = YES

GENERATE_TREEVIEW      = YES
TREEVIEW_WIDTH         = 250

GENERATE_TAGFILE       = ./tags
