# Example .codedocs Configuration File
#
# Rename this example to '.codedocs' and put it in the root directory of your
# repository. This file is optional, documentation will still be generated
# without it using sensible defaults.

#---------------------------------------------------------------------------
# CodeDocs Configuration
#---------------------------------------------------------------------------

# Include the Doxygen configuration from another file.
# The file must be a relative path with respect to the root of the repository.

DOXYFILE =

# Specify external repository to link documentation with.
# This is similar to Doxygen's TAGFILES option, but will automatically link to
# tags of other repositories already using CodeDocs. List each repository to
# link with by giving its location in the form of owner/repository.
# For example:
#   TAGLINKS = doxygen/doxygen CodeDocs/osg
# Note: these repositories must already be built on CodeDocs.

TAGLINKS =

#---------------------------------------------------------------------------
# Doxygen Configuration
#---------------------------------------------------------------------------

# Doxygen configuration may also be placed in this file.
# Currently, the following Doxygen configuration options are available. Refer
# to http://doxygen.org/manual/config.html for detailed explanation of the
# options. To request support for more options, contact support@codedocs.xyz.
#
# ABBREVIATE_BRIEF =
#ALIASES                = "func{1}=<b>\1</b>" \
#                         "fparam{1}=<em>\1</em>" \
#                         "file{1}=<tt>\1</tt>" \
#                         "comment{1}=/* \1 */" \
#                         "co{1}=/* \1 */" \
#                         "undoc=\xrefitem undoc \"Undocumented\" \"Undocumented\""
# ALPHABETICAL_INDEX =
# ALWAYS_DETAILED_SEC =
# CASE_SENSE_NAMES =
# CLASS_DIAGRAMS =
# DISABLE_INDEX =
# DISTRIBUTE_GROUP_DOC =
# EXAMPLE_PATH =
# EXCLUDE =
# EXCLUDE_PATTERNS =
# EXCLUDE_SYMBOLS =
# EXTENSION_MAPPING =
# EXTRACT_LOCAL_CLASSES =
FILE_PATTERNS          = *.c \
		         *.cc \
		         *.C \
			 *.f \
                         *.F \
                         *.hh \
                         *.h \
			 *.md
# GENERATE_TAGFILE =
# GENERATE_TREEVIEW =
# HIDE_COMPOUND_REFERENCE =
# HIDE_SCOPE_NAMES =
EXPAND_AS_DEFINED = EXODUS_EXPORT \
                    SEACAS_DEPRECATED
PREDEFINED = Build64
ENABLE_PREPROCESSING = YES
HIDE_UNDOC_CLASSES = NO
HIDE_UNDOC_MEMBERS = NO
HTML_TIMESTAMP = YES
RECURSIVE = YES
INPUT = packages/seacas

# INLINE_GROUPED_CLASSES =
# INPUT_ENCODING =
# INTERNAL_DOCS =
# OPTIMIZE_OUTPUT_FOR_C =
# PROJECT_BRIEF =
# PROJECT_NAME =
# PROJECT_NUMBER =
# SHORT_NAMES =
# SHOW_FILES =
# SHOW_INCLUDE_FILES =
# SHOW_NAMESPACES =
# SORT_BRIEF_DOCS =
# SORT_BY_SCOPE_NAME =
# SORT_MEMBER_DOCS =
# STRICT_PROTO_MATCHING =
# TYPEDEF_HIDES_STRUCT =
# USE_MDFILE_AS_MAINPAGE =
# VERBATIM_HEADERS =
#
