mirror of https://github.com/QMCPACK/qmcpack.git
277 lines
11 KiB
INI
277 lines
11 KiB
INI
# Doxyfile 1.8.3.1
|
|
DOXYFILE_ENCODING = UTF-8
|
|
PROJECT_NAME = QMCPACK
|
|
PROJECT_NUMBER =
|
|
OUTPUT_DIRECTORY = output
|
|
CREATE_SUBDIRS = NO
|
|
|
|
INPUT = dev/index.dox \
|
|
dev/update.dox \
|
|
dev/validation.dox \
|
|
dev/todo.dox \
|
|
dev/basic.dox dev/design.dox dev/psi.dox \
|
|
dev/jastrow.dox \
|
|
dev/einspline.dox
|
|
OUTPUT_LANGUAGE = English
|
|
TAB_SIZE = 2
|
|
MARKDOWN_SUPPORT = YES
|
|
AUTOLINK_SUPPORT = YES
|
|
LAYOUT_FILE = dev_layout.xml
|
|
#LAYOUT_FILE = DoxygenLayout.xml
|
|
INPUT_ENCODING = UTF-8
|
|
FILE_PATTERNS = *.h *.cpp *.doc
|
|
RECURSIVE = YES
|
|
IMAGE_PATH = images $(DOXYGEN_IMAGE_PATH)
|
|
PROJECT_LOGO =
|
|
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the HTML output
|
|
#---------------------------------------------------------------------------
|
|
|
|
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
|
|
# generate HTML output.
|
|
|
|
GENERATE_HTML = YES
|
|
HTML_OUTPUT = dev
|
|
HTML_FILE_EXTENSION = .html
|
|
HTML_HEADER = myheader.html
|
|
HTML_FOOTER = myfooter.html
|
|
HTML_STYLESHEET = qmcpack.css
|
|
|
|
HTML_EXTRA_STYLESHEET =
|
|
|
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
|
# other source files which should be copied to the HTML output directory. Note
|
|
# that these files will be copied to the base HTML output directory. Use the
|
|
# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
|
# files. In the HTML_STYLESHEET file, use the file name only. Also note that
|
|
# the files will be copied as-is; there are no commands or markers available.
|
|
|
|
HTML_EXTRA_FILES =
|
|
|
|
HTML_COLORSTYLE_HUE = 220
|
|
HTML_COLORSTYLE_SAT = 100
|
|
HTML_COLORSTYLE_GAMMA = 80
|
|
HTML_TIMESTAMP = YES
|
|
|
|
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
|
# documentation will contain sections that can be hidden and shown after the
|
|
# page has loaded.
|
|
|
|
HTML_DYNAMIC_SECTIONS = YES
|
|
|
|
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
|
|
# entries shown in the various tree structured indices initially; the user
|
|
# can expand and collapse entries dynamically later on. Doxygen will expand
|
|
# the tree to such a level that at most the specified number of entries are
|
|
# visible (unless a fully collapsed tree already exceeds this amount).
|
|
# So setting the number of entries 1 will produce a full collapsed tree by
|
|
# default. 0 is a special value representing an infinite number of entries
|
|
# and will result in a full expanded tree by default.
|
|
|
|
HTML_INDEX_NUM_ENTRIES = 100
|
|
|
|
# The TOC_EXPAND flag can be set to YES to add extra items for group members
|
|
# to the contents of the HTML help documentation and to the tree view.
|
|
|
|
TOC_EXPAND = YES
|
|
|
|
DISABLE_INDEX = NO
|
|
GENERATE_TREEVIEW = YES
|
|
|
|
FORMULA_FONTSIZE = 10
|
|
|
|
FORMULA_TRANSPARENT = YES
|
|
USE_MATHJAX = NO
|
|
MATHJAX_FORMAT = HTML-CSS
|
|
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
|
|
MATHJAX_EXTENSIONS =
|
|
SEARCHENGINE = YES
|
|
|
|
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
|
# implemented using a web server instead of a web client using Javascript.
|
|
# There are two flavours of web server based search depending on the
|
|
# EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
|
|
# searching and an index file used by the script. When EXTERNAL_SEARCH is
|
|
# enabled the indexing and searching needs to be provided by external tools.
|
|
# See the manual for details.
|
|
|
|
SERVER_BASED_SEARCH = NO
|
|
|
|
# When EXTERNAL_SEARCH is enabled doxygen will no longer generate the PHP
|
|
# script for searching. Instead the search results are written to an XML file
|
|
# which needs to be processed by an external indexer. Doxygen will invoke an
|
|
# external search engine pointed to by the SEARCHENGINE_URL option to obtain
|
|
# the search results. Doxygen ships with an example indexer (doxyindexer) and
|
|
# search engine (doxysearch.cgi) which are based on the open source search engine
|
|
# library Xapian. See the manual for configuration details.
|
|
|
|
EXTERNAL_SEARCH = NO
|
|
|
|
# The SEARCHENGINE_URL should point to a search engine hosted by a web server
|
|
# which will returned the search results when EXTERNAL_SEARCH is enabled.
|
|
# Doxygen ships with an example search engine (doxysearch) which is based on
|
|
# the open source search engine library Xapian. See the manual for configuration
|
|
# details.
|
|
|
|
SEARCHENGINE_URL =
|
|
|
|
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
|
|
# search data is written to a file for indexing by an external tool. With the
|
|
# SEARCHDATA_FILE tag the name of this file can be specified.
|
|
|
|
SEARCHDATA_FILE = searchdata.xml
|
|
|
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
|
# projects and redirect the results back to the right project.
|
|
|
|
EXTERNAL_SEARCH_ID =
|
|
|
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
|
# projects other than the one defined by this configuration file, but that are
|
|
# all added to the same external search index. Each project needs to have a
|
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
|
# of to a relative location where the documentation can be found.
|
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
|
|
|
EXTRA_SEARCH_MAPPINGS =
|
|
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the LaTeX output
|
|
#---------------------------------------------------------------------------
|
|
|
|
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
|
|
# generate Latex output.
|
|
|
|
GENERATE_LATEX = NO
|
|
|
|
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
|
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
|
# put in front of it. If left blank `latex' will be used as the default path.
|
|
|
|
LATEX_OUTPUT = ../tex/dev
|
|
|
|
LATEX_CMD_NAME = latex
|
|
|
|
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
|
|
# generate index for LaTeX. If left blank `makeindex' will be used as the
|
|
# default command name.
|
|
|
|
MAKEINDEX_CMD_NAME = makeindex
|
|
|
|
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
|
|
# LaTeX documents. This may be useful for small projects and may help to
|
|
# save some trees in general.
|
|
|
|
COMPACT_LATEX = NO
|
|
|
|
# The PAPER_TYPE tag can be used to set the paper type that is used
|
|
# by the printer. Possible values are: a4, letter, legal and
|
|
# executive. If left blank a4wide will be used.
|
|
|
|
PAPER_TYPE = letter
|
|
|
|
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
|
|
# packages that should be included in the LaTeX output.
|
|
|
|
EXTRA_PACKAGES = amsmath hyperref
|
|
|
|
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
|
|
# the generated latex document. The header should contain everything until
|
|
# the first chapter. If it is left blank doxygen will generate a
|
|
# standard header. Notice: only use this tag if you know what you are doing!
|
|
|
|
LATEX_HEADER = header.tex
|
|
|
|
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
|
|
# the generated latex document. The footer should contain everything after
|
|
# the last chapter. If it is left blank doxygen will generate a
|
|
# standard footer. Notice: only use this tag if you know what you are doing!
|
|
|
|
LATEX_FOOTER = footer.tex
|
|
|
|
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
|
|
# is prepared for conversion to pdf (using ps2pdf). The pdf file will
|
|
# contain links (just like the HTML output) instead of page references
|
|
# This makes the output suitable for online browsing using a pdf viewer.
|
|
|
|
PDF_HYPERLINKS = YES
|
|
|
|
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
|
|
# plain latex in the generated Makefile. Set this option to YES to get a
|
|
# higher quality PDF documentation.
|
|
|
|
USE_PDFLATEX = YES
|
|
|
|
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
|
|
# command to the generated LaTeX files. This will instruct LaTeX to keep
|
|
# running if errors occur, instead of asking the user for help.
|
|
# This option is also used when generating formulas in HTML.
|
|
|
|
LATEX_BATCHMODE = NO
|
|
|
|
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
|
|
# include the index chapters (such as File Index, Compound Index, etc.)
|
|
# in the output.
|
|
|
|
LATEX_HIDE_INDICES = NO
|
|
|
|
# If LATEX_SOURCE_CODE is set to YES then doxygen will include
|
|
# source code with syntax highlighting in the LaTeX output.
|
|
# Note that which sources are shown also depends on other settings
|
|
# such as SOURCE_BROWSER.
|
|
|
|
LATEX_SOURCE_CODE = NO
|
|
|
|
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
|
|
# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
|
|
# http://en.wikipedia.org/wiki/BibTeX for more info.
|
|
|
|
LATEX_BIB_STYLE = plain
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Configuration::additions related to external references
|
|
#---------------------------------------------------------------------------
|
|
|
|
# The TAGFILES option can be used to specify one or more tagfiles. For each
|
|
# tag file the location of the external documentation should be added. The
|
|
# format of a tag file without this location is as follows:
|
|
#
|
|
# TAGFILES = file1 file2 ...
|
|
# Adding location for the tag files is done as follows:
|
|
#
|
|
# TAGFILES = file1=loc1 "file2 = loc2" ...
|
|
# where "loc1" and "loc2" can be relative or absolute paths
|
|
# or URLs. Note that each tag file must have a unique name (where the name does
|
|
# NOT include the path). If a tag file is not located in the directory in which
|
|
# doxygen is run, you must also specify the path to the tagfile here.
|
|
|
|
TAGFILES =
|
|
|
|
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
|
|
# a tag file that is based on the input files it reads.
|
|
|
|
GENERATE_TAGFILE = dev.tag
|
|
|
|
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
|
|
# in the class index. If set to NO only the inherited external classes
|
|
# will be listed.
|
|
|
|
ALLEXTERNALS = NO
|
|
|
|
# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
|
|
# in the modules index. If set to NO, only the current project's groups will
|
|
# be listed.
|
|
|
|
EXTERNAL_GROUPS = YES
|
|
|
|
# The PERL_PATH should be the absolute path and name of the perl script
|
|
# interpreter (i.e. the result of `which perl').
|
|
|
|
PERL_PATH = /usr/bin/perl
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Configuration options related to the dot tool
|