# CodeDocs Configuration File
DOXYFILE = doxygen_resources/Doxyfile.doxy
ALIASES = "table_start=
" \
"table_h2_l{2}=\1 | \2 |
" \
"table_row2_l{2}=\1 | \2 |
" \
"table_h3{3}=\1 | \2 | \3 |
" \
"table_row3{3}=\1 | \2 | \3 |
" \
"python_func{1}=\htmlonly Function: \1
\endhtmlonly" \
"python_class{1}=\htmlonly Class: \1
\endhtmlonly" \
"doc_header{1}=\htmlonly \1
\endhtmlonly"
# Hide undocumented class members.
HIDE_UNDOC_MEMBERS =
# Hide undocumented classes.
HIDE_UNDOC_CLASSES =
# Specify a markdown page whose contents should be used as the main page
# (index.html). This will override a page marked as \mainpage. For example, a
# README.md file usually serves as a useful main page.
USE_MDFILE_AS_MAINPAGE =
# 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 =
PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \
DOXYGEN_SHOULD_USE_THIS