-# Doxyfile 1.8.12
+# Doxyfile 1.8.13
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
+# built into libc) for the transcoding. See
+# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
# The default value is: UTF-8.
DOXYFILE_ENCODING = UTF-8
CPP_CLI_SUPPORT = NO
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
+# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
+# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
# possible encodings.
# The default value is: UTF-8.
# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
+# (see https://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
+# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
+# environment (see: https://developer.apple.com/tools/xcode/), introduced with
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html
# for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
+# (see: http://doc.qt.io/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
+# Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_NAME =
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_ATTRS =
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
+# http://doc.qt.io/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_SECT_FILTER_ATTRS =
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
+# https://www.mathjax.org) which uses client side Javascript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
+# MathJax from https://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
+# Xapian (see: https://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
+# Xapian (see: https://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.
#---------------------------------------------------------------------------
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
+# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
+# the structure of the code including all documentation. Note that this feature
+# is still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_AUTOGEN_DEF = NO
PLANTUML_JAR_PATH =
+# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
+# configuration file for plantuml.
+
+PLANTUML_CFG_FILE =
+
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.
-# Doxyfile 1.8.12
+# Doxyfile 1.8.13
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
+# built into libc) for the transcoding. See
+# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
# The default value is: UTF-8.
DOXYFILE_ENCODING = UTF-8
CPP_CLI_SUPPORT = NO
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
+# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
+# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
# possible encodings.
# The default value is: UTF-8.
# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
+# (see https://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
+# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
+# environment (see: https://developer.apple.com/tools/xcode/), introduced with
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html
# for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
+# (see: http://doc.qt.io/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
+# Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_NAME =
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_ATTRS =
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
+# http://doc.qt.io/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_SECT_FILTER_ATTRS =
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
+# https://www.mathjax.org) which uses client side Javascript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
+# MathJax from https://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
+# Xapian (see: https://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
+# Xapian (see: https://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.
#---------------------------------------------------------------------------
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
+# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
+# the structure of the code including all documentation. Note that this feature
+# is still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_AUTOGEN_DEF = NO
PLANTUML_JAR_PATH =
+# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
+# configuration file for plantuml.
+
+PLANTUML_CFG_FILE =
+
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.
-# Doxyfile 1.8.12
+# Doxyfile 1.8.13
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
+# built into libc) for the transcoding. See
+# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
# The default value is: UTF-8.
DOXYFILE_ENCODING = UTF-8
CPP_CLI_SUPPORT = NO
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
+# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
+# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
# possible encodings.
# The default value is: UTF-8.
# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
+# (see https://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
+# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
+# environment (see: https://developer.apple.com/tools/xcode/), introduced with
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html
# for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
+# (see: http://doc.qt.io/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
+# Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_NAME =
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_ATTRS =
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
+# http://doc.qt.io/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_SECT_FILTER_ATTRS =
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
+# https://www.mathjax.org) which uses client side Javascript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
+# MathJax from https://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
+# Xapian (see: https://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
+# Xapian (see: https://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.
#---------------------------------------------------------------------------
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
+# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
+# the structure of the code including all documentation. Note that this feature
+# is still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_AUTOGEN_DEF = NO
PLANTUML_JAR_PATH =
+# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
+# configuration file for plantuml.
+
+PLANTUML_CFG_FILE =
+
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.
<script src="js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:50 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:26 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:39 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:44 -->
\ No newline at end of file
<a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
<a class="magick-nav-item " href="resources.html">Resources</a>
<a class="magick-nav-item active" href="api.html">Develop</a>
- <a class="magick-nav-item " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
+ <a class="magick-nav-item " href="https://www.imagemagick.org/script/search.php">Search</a>
<a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
</nav>
</div>
</p>
<p><a href="api.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
<p class="navigation-index">[<a href="Image++.html#BLOBs">BLOBs</a> • <a href="Image++.html#Constructors">Constructors</a> • <a href="Image++.html#Image%20Manipulation%20Methods">Image Manipulation Methods</a> • <a href="Image++.html#Image%20Attributes">Image Attributes</a> • <a href="Image++.html#Raw%20Image%20Pixel%20Access">Low-Level Image Pixel Access</a>]</p>
<div class="doc-section">
<p>Image is the primary object in Magick++ and represents
-a single image frame (see <a href="http://www.imagemagick.org/Magick++/ImageDesign.html">design</a> ). The
+a single image frame (see <a href="../Magick++/ImageDesign.html">design</a> ). The
<a href="http://www.imagemagick.org/Magick++/STL.html">STL interface</a> <b>must</b> be used to operate on
image sequences or images (e.g. of format GIF, TIFF, MIFF, Postscript,
& MNG) which are comprised of multiple image frames. Individual
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickCore/memory_8c.html" id="AcquireVirtualMemory">AcquireVirtualMemory</a></h2>
-<p>AcquireVirtualMemory() allocates a pointer to a block of memory at least size bytes suitably aligned for any use.</p>
+<p>AcquireVirtualMemory() allocates a pointer to a block of memory at least size bytes suitably aligned for any use. In addition to heap, it also supports memory-mapped and file-based memory-mapped memory requests.</p>
<p>The format of the AcquireVirtualMemory method is:</p>
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="DefineImageProperty">DefineImageProperty</a></h2>
-<p>DefineImageProperty() associates an assignment string of the form "key=value" with an artifact or options. It is equivelent to SetImageProperty()</p>
+<p>DefineImageProperty() associates an assignment string of the form "key=value" with an artifact or options. It is equivelent to SetImageProperty().</p>
<p>The format of the DefineImageProperty method is:</p>
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 22:03 -->
\ No newline at end of file
<a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
<a class="magick-nav-item " href="resources.html">Resources</a>
<a class="magick-nav-item " href="api.html">Develop</a>
- <a class="magick-nav-item " href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/search.php">Search</a>
+ <a class="magick-nav-item " href="https://www.imagemagick.org/script/search.php">Search</a>
<a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
</nav>
</div>
</p>
<p><a href="binary-releases.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:53 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:05 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:35 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:30 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:02 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:53 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:07 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
<script src="https://www.imagemagick.org/js/magick.html"></script>
</body>
</html>
+<!-- Magick Cache 24th August 2017 21:17 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:17 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:22 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:12 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:31 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:56 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:08 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:55 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:25 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 00:55 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:10 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:44 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:17 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:59 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:12 -->
\ No newline at end of file
<script src="https://www.imagemagick.org/js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:42 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 00:36 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:53 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:24 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:52 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:30 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:26 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 00:55 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:10 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:07 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:11 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:52 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:55 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 22:03 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:49 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:53 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:46 -->
\ No newline at end of file
<script src="https://www.imagemagick.org/js/magick.html"></script>
</body>
</html>
+<!-- Magick Cache 25th August 2017 00:12 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:14 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:58 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:20 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:13 -->
\ No newline at end of file
<script src="https://www.imagemagick.org/js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:58 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 02:14 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:09 -->
\ No newline at end of file
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:31 -->
\ No newline at end of file