Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-camogm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-camogm
Commits
5aea3da4
Commit
5aea3da4
authored
Jun 23, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doxygen documentation
parent
d28b8a87
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
297 additions
and
321 deletions
+297
-321
Doxyfile
Doxyfile
+255
-255
camogm.h
camogm.h
+1
-1
camogm_jpeg.c
camogm_jpeg.c
+17
-53
camogm_jpeg.h
camogm_jpeg.h
+17
-0
camogm_read.c
camogm_read.c
+7
-12
No files found.
Doxyfile
View file @
5aea3da4
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
# for the list of possible encodings.
# for the list of possible encodings.
# The default value is: UTF-8.
# The default value is: UTF-8.
DOXYFILE_ENCODING
= UTF-8
DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# double-quotes, unless you are using Doxywizard) that should identify the
# double-quotes, unless you are using Doxywizard) that should identify the
...
@@ -32,33 +32,33 @@ DOXYFILE_ENCODING = UTF-8
...
@@ -32,33 +32,33 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# title of most generated pages and in a few other places.
# The default value is: My Project.
# The default value is: My Project.
PROJECT_NAME
= "camogm"
PROJECT_NAME = "camogm"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
# could be handy for archiving the generated documentation or if some version
# control system is used.
# control system is used.
PROJECT_NUMBER
=
PROJECT_NUMBER
=
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
# quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF
=
PROJECT_BRIEF
=
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
# the logo to the output directory.
PROJECT_LOGO
=
PROJECT_LOGO
=
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
# left blank the current directory will be used.
OUTPUT_DIRECTORY
=
OUTPUT_DIRECTORY
=
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
# directories (in 2 levels) under the output directory of each output format and
...
@@ -68,7 +68,7 @@ OUTPUT_DIRECTORY =
...
@@ -68,7 +68,7 @@ OUTPUT_DIRECTORY =
# performance problems for the file system.
# performance problems for the file system.
# The default value is: NO.
# The default value is: NO.
CREATE_SUBDIRS
= NO
CREATE_SUBDIRS = NO
# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
...
@@ -76,7 +76,7 @@ CREATE_SUBDIRS = NO
...
@@ -76,7 +76,7 @@ CREATE_SUBDIRS = NO
# U+3044.
# U+3044.
# The default value is: NO.
# The default value is: NO.
ALLOW_UNICODE_NAMES
= NO
ALLOW_UNICODE_NAMES = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
# documentation generated by doxygen is written. Doxygen will use this
...
@@ -91,14 +91,14 @@ ALLOW_UNICODE_NAMES = NO
...
@@ -91,14 +91,14 @@ ALLOW_UNICODE_NAMES = NO
# Ukrainian and Vietnamese.
# Ukrainian and Vietnamese.
# The default value is: English.
# The default value is: English.
OUTPUT_LANGUAGE
= English
OUTPUT_LANGUAGE = English
# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
# descriptions after the members that are listed in the file and class
# documentation (similar to Javadoc). Set to NO to disable this.
# documentation (similar to Javadoc). Set to NO to disable this.
# The default value is: YES.
# The default value is: YES.
BRIEF_MEMBER_DESC
= YES
BRIEF_MEMBER_DESC = YES
# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
# description of a member or function before the detailed description
# description of a member or function before the detailed description
...
@@ -107,7 +107,7 @@ BRIEF_MEMBER_DESC = YES
...
@@ -107,7 +107,7 @@ BRIEF_MEMBER_DESC = YES
# brief descriptions will be completely suppressed.
# brief descriptions will be completely suppressed.
# The default value is: YES.
# The default value is: YES.
REPEAT_BRIEF
= YES
REPEAT_BRIEF = YES
# This tag implements a quasi-intelligent brief description abbreviator that is
# This tag implements a quasi-intelligent brief description abbreviator that is
# used to form the text in various listings. Each string in this list, if found
# used to form the text in various listings. Each string in this list, if found
...
@@ -118,14 +118,14 @@ REPEAT_BRIEF = YES
...
@@ -118,14 +118,14 @@ REPEAT_BRIEF = YES
# the entity):The $name class, The $name widget, The $name file, is, provides,
# the entity):The $name class, The $name widget, The $name file, is, provides,
# specifies, contains, represents, a, an and the.
# specifies, contains, represents, a, an and the.
ABBREVIATE_BRIEF
=
ABBREVIATE_BRIEF
=
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# doxygen will generate a detailed section even if there is only a brief
# doxygen will generate a detailed section even if there is only a brief
# description.
# description.
# The default value is: NO.
# The default value is: NO.
ALWAYS_DETAILED_SEC
= NO
ALWAYS_DETAILED_SEC = NO
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# inherited members of a class in the documentation of that class as if those
...
@@ -133,14 +133,14 @@ ALWAYS_DETAILED_SEC = NO
...
@@ -133,14 +133,14 @@ ALWAYS_DETAILED_SEC = NO
# operators of the base classes will not be shown.
# operators of the base classes will not be shown.
# The default value is: NO.
# The default value is: NO.
INLINE_INHERITED_MEMB
= NO
INLINE_INHERITED_MEMB = NO
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# before files name in the file list and in the header files. If set to NO the
# before files name in the file list and in the header files. If set to NO the
# shortest path that makes the file name unique will be used
# shortest path that makes the file name unique will be used
# The default value is: YES.
# The default value is: YES.
FULL_PATH_NAMES
= YES
FULL_PATH_NAMES = YES
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
# Stripping is only done if one of the specified strings matches the left-hand
...
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
...
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH
=
STRIP_FROM_PATH
=
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
# path mentioned in the documentation of a class, which tells the reader which
...
@@ -161,14 +161,14 @@ STRIP_FROM_PATH =
...
@@ -161,14 +161,14 @@ STRIP_FROM_PATH =
# specify the list of include paths that are normally passed to the compiler
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.
# using the -I flag.
STRIP_FROM_INC_PATH
=
STRIP_FROM_INC_PATH
=
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
# less readable) file names. This can be useful is your file systems doesn't
# support long names like on DOS, Mac, or CD-ROM.
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.
# The default value is: NO.
SHORT_NAMES
= NO
SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
# first line (until the first dot) of a Javadoc-style comment as the brief
...
@@ -177,7 +177,7 @@ SHORT_NAMES = NO
...
@@ -177,7 +177,7 @@ SHORT_NAMES = NO
# description.)
# description.)
# The default value is: NO.
# The default value is: NO.
JAVADOC_AUTOBRIEF
= NO
JAVADOC_AUTOBRIEF = NO
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
# line (until the first dot) of a Qt-style comment as the brief description. If
...
@@ -185,7 +185,7 @@ JAVADOC_AUTOBRIEF = NO
...
@@ -185,7 +185,7 @@ JAVADOC_AUTOBRIEF = NO
# requiring an explicit \brief command for a brief description.)
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
# The default value is: NO.
QT_AUTOBRIEF
= NO
QT_AUTOBRIEF = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
...
@@ -203,20 +203,20 @@ MULTILINE_CPP_IS_BRIEF = NO
...
@@ -203,20 +203,20 @@ MULTILINE_CPP_IS_BRIEF = NO
# documentation from any documented member that it re-implements.
# documentation from any documented member that it re-implements.
# The default value is: YES.
# The default value is: YES.
INHERIT_DOCS
= YES
INHERIT_DOCS = YES
# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
# page for each member. If set to NO, the documentation of a member will be part
# page for each member. If set to NO, the documentation of a member will be part
# of the file/class/namespace that contains it.
# of the file/class/namespace that contains it.
# The default value is: NO.
# The default value is: NO.
SEPARATE_MEMBER_PAGES
= NO
SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
# uses this value to replace tabs by spaces in code fragments.
# uses this value to replace tabs by spaces in code fragments.
# Minimum value: 1, maximum value: 16, default value: 4.
# Minimum value: 1, maximum value: 16, default value: 4.
TAB_SIZE
= 4
TAB_SIZE = 4
# This tag can be used to specify a number of aliases that act as commands in
# This tag can be used to specify a number of aliases that act as commands in
# the documentation. An alias has the form:
# the documentation. An alias has the form:
...
@@ -228,13 +228,13 @@ TAB_SIZE = 4
...
@@ -228,13 +228,13 @@ TAB_SIZE = 4
# "Side Effects:". You can put \n's in the value part of an alias to insert
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
# newlines.
ALIASES
=
ALIASES
=
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.
# will allow you to use the command class in the itcl::class meaning.
TCL_SUBST
=
TCL_SUBST
=
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# only. Doxygen will then generate output that is more tailored for C. For
...
@@ -242,7 +242,7 @@ TCL_SUBST =
...
@@ -242,7 +242,7 @@ TCL_SUBST =
# members will be omitted, etc.
# members will be omitted, etc.
# The default value is: NO.
# The default value is: NO.
OPTIMIZE_OUTPUT_FOR_C
= YES
OPTIMIZE_OUTPUT_FOR_C = YES
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
# Python sources only. Doxygen will then generate output that is more tailored
...
@@ -250,19 +250,19 @@ OPTIMIZE_OUTPUT_FOR_C = YES
...
@@ -250,19 +250,19 @@ OPTIMIZE_OUTPUT_FOR_C = YES
# qualified scopes will look different, etc.
# qualified scopes will look different, etc.
# The default value is: NO.
# The default value is: NO.
OPTIMIZE_OUTPUT_JAVA
= NO
OPTIMIZE_OUTPUT_JAVA = NO
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# sources. Doxygen will then generate output that is tailored for Fortran.
# sources. Doxygen will then generate output that is tailored for Fortran.
# The default value is: NO.
# The default value is: NO.
OPTIMIZE_FOR_FORTRAN
= NO
OPTIMIZE_FOR_FORTRAN = NO
# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
# sources. Doxygen will then generate output that is tailored for VHDL.
# sources. Doxygen will then generate output that is tailored for VHDL.
# The default value is: NO.
# The default value is: NO.
OPTIMIZE_OUTPUT_VHDL
= NO
OPTIMIZE_OUTPUT_VHDL = NO
# Doxygen selects the parser to use depending on the extension of the files it
# Doxygen selects the parser to use depending on the extension of the files it
# parses. With this tag you can assign which parser to use for a given
# parses. With this tag you can assign which parser to use for a given
...
@@ -281,7 +281,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
...
@@ -281,7 +281,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.
# the files are not read by doxygen.
EXTENSION_MAPPING
=
EXTENSION_MAPPING
=
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
# according to the Markdown format, which allows for more readable
...
@@ -291,7 +291,7 @@ EXTENSION_MAPPING =
...
@@ -291,7 +291,7 @@ EXTENSION_MAPPING =
# case of backward compatibilities issues.
# case of backward compatibilities issues.
# The default value is: YES.
# The default value is: YES.
MARKDOWN_SUPPORT
= YES
MARKDOWN_SUPPORT = YES
# When enabled doxygen tries to link words that correspond to documented
# When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
# classes, or namespaces to their corresponding documentation. Such a link can
...
@@ -299,7 +299,7 @@ MARKDOWN_SUPPORT = YES
...
@@ -299,7 +299,7 @@ MARKDOWN_SUPPORT = YES
# globally by setting AUTOLINK_SUPPORT to NO.
# globally by setting AUTOLINK_SUPPORT to NO.
# The default value is: YES.
# The default value is: YES.
AUTOLINK_SUPPORT
= YES
AUTOLINK_SUPPORT = YES
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# to include (a tag file for) the STL sources as input, then you should set this
# to include (a tag file for) the STL sources as input, then you should set this
...
@@ -309,13 +309,13 @@ AUTOLINK_SUPPORT = YES
...
@@ -309,13 +309,13 @@ AUTOLINK_SUPPORT = YES
# diagrams that involve STL classes more complete and accurate.
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.
# The default value is: NO.
BUILTIN_STL_SUPPORT
= NO
BUILTIN_STL_SUPPORT = NO
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
# enable parsing support.
# The default value is: NO.
# The default value is: NO.
CPP_CLI_SUPPORT
= NO
CPP_CLI_SUPPORT = NO
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
# 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
# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
...
@@ -323,7 +323,7 @@ CPP_CLI_SUPPORT = NO
...
@@ -323,7 +323,7 @@ CPP_CLI_SUPPORT = NO
# of private inheritance when no explicit protection keyword is present.
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.
# The default value is: NO.
SIP_SUPPORT
= NO
SIP_SUPPORT = NO
# For Microsoft's IDL there are propget and propput attributes to indicate
# For Microsoft's IDL there are propget and propput attributes to indicate
# getter and setter methods for a property. Setting this option to YES will make
# getter and setter methods for a property. Setting this option to YES will make
...
@@ -333,7 +333,7 @@ SIP_SUPPORT = NO
...
@@ -333,7 +333,7 @@ SIP_SUPPORT = NO
# should set this option to NO.
# should set this option to NO.
# The default value is: YES.
# The default value is: YES.
IDL_PROPERTY_SUPPORT
= YES
IDL_PROPERTY_SUPPORT = YES
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
# tag is set to YES then doxygen will reuse the documentation of the first
...
@@ -341,7 +341,7 @@ IDL_PROPERTY_SUPPORT = YES
...
@@ -341,7 +341,7 @@ IDL_PROPERTY_SUPPORT = YES
# all members of a group must be documented explicitly.
# all members of a group must be documented explicitly.
# The default value is: NO.
# The default value is: NO.
DISTRIBUTE_GROUP_DOC
= NO
DISTRIBUTE_GROUP_DOC = NO
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that
# (for instance a group of public functions) to be put as a subgroup of that
...
@@ -350,7 +350,7 @@ DISTRIBUTE_GROUP_DOC = NO
...
@@ -350,7 +350,7 @@ DISTRIBUTE_GROUP_DOC = NO
# \nosubgrouping command.
# \nosubgrouping command.
# The default value is: YES.
# The default value is: YES.
SUBGROUPING
= YES
SUBGROUPING = YES
# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
# are shown inside the group in which they are included (e.g. using \ingroup)
# are shown inside the group in which they are included (e.g. using \ingroup)
...
@@ -371,7 +371,7 @@ INLINE_GROUPED_CLASSES = NO
...
@@ -371,7 +371,7 @@ INLINE_GROUPED_CLASSES = NO
# Man pages) or section (for LaTeX and RTF).
# Man pages) or section (for LaTeX and RTF).
# The default value is: NO.
# The default value is: NO.
INLINE_SIMPLE_STRUCTS
= NO
INLINE_SIMPLE_STRUCTS = NO
# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# enum is documented as struct, union, or enum with the name of the typedef. So
# enum is documented as struct, union, or enum with the name of the typedef. So
...
@@ -382,7 +382,7 @@ INLINE_SIMPLE_STRUCTS = NO
...
@@ -382,7 +382,7 @@ INLINE_SIMPLE_STRUCTS = NO
# types are typedef'ed and only the typedef is referenced, never the tag name.
# types are typedef'ed and only the typedef is referenced, never the tag name.
# The default value is: NO.
# The default value is: NO.
TYPEDEF_HIDES_STRUCT
= NO
TYPEDEF_HIDES_STRUCT = NO
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# cache is used to resolve symbols given their name and scope. Since this can be
# cache is used to resolve symbols given their name and scope. Since this can be
...
@@ -395,7 +395,7 @@ TYPEDEF_HIDES_STRUCT = NO
...
@@ -395,7 +395,7 @@ TYPEDEF_HIDES_STRUCT = NO
# the optimal cache size from a speed point of view.
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.
# Minimum value: 0, maximum value: 9, default value: 0.
LOOKUP_CACHE_SIZE
= 0
LOOKUP_CACHE_SIZE = 0
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Build related configuration options
# Build related configuration options
...
@@ -409,25 +409,25 @@ LOOKUP_CACHE_SIZE = 0
...
@@ -409,25 +409,25 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
# The default value is: NO.
EXTRACT_ALL
= NO
EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# be included in the documentation.
# The default value is: NO.
# The default value is: NO.
EXTRACT_PRIVATE
= NO
EXTRACT_PRIVATE = NO
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# scope will be included in the documentation.
# The default value is: NO.
# The default value is: NO.
EXTRACT_PACKAGE
= NO
EXTRACT_PACKAGE = NO
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# included in the documentation.
# The default value is: NO.
# The default value is: NO.
EXTRACT_STATIC
= NO
EXTRACT_STATIC
= YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# locally in source files will be included in the documentation. If set to NO,
...
@@ -435,7 +435,7 @@ EXTRACT_STATIC = NO
...
@@ -435,7 +435,7 @@ EXTRACT_STATIC = NO
# for Java sources.
# for Java sources.
# The default value is: YES.
# The default value is: YES.
EXTRACT_LOCAL_CLASSES
= YES
EXTRACT_LOCAL_CLASSES = YES
# This flag is only useful for Objective-C code. If set to YES, local methods,
# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
# which are defined in the implementation section but not in the interface are
...
@@ -443,7 +443,7 @@ EXTRACT_LOCAL_CLASSES = YES
...
@@ -443,7 +443,7 @@ EXTRACT_LOCAL_CLASSES = YES
# included.
# included.
# The default value is: NO.
# The default value is: NO.
EXTRACT_LOCAL_METHODS
= NO
EXTRACT_LOCAL_METHODS = NO
# If this flag is set to YES, the members of anonymous namespaces will be
# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
# extracted and appear in the documentation as a namespace called
...
@@ -452,7 +452,7 @@ EXTRACT_LOCAL_METHODS = NO
...
@@ -452,7 +452,7 @@ EXTRACT_LOCAL_METHODS = NO
# are hidden.
# are hidden.
# The default value is: NO.
# The default value is: NO.
EXTRACT_ANON_NSPACES
= NO
EXTRACT_ANON_NSPACES = NO
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
# undocumented members inside documented classes or files. If set to NO these
...
@@ -460,7 +460,7 @@ EXTRACT_ANON_NSPACES = NO
...
@@ -460,7 +460,7 @@ EXTRACT_ANON_NSPACES = NO
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
# The default value is: NO.
HIDE_UNDOC_MEMBERS
= NO
HIDE_UNDOC_MEMBERS = NO
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
# undocumented classes that are normally visible in the class hierarchy. If set
...
@@ -468,28 +468,28 @@ HIDE_UNDOC_MEMBERS = NO
...
@@ -468,28 +468,28 @@ HIDE_UNDOC_MEMBERS = NO
# has no effect if EXTRACT_ALL is enabled.
# has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
# The default value is: NO.
HIDE_UNDOC_CLASSES
= NO
HIDE_UNDOC_CLASSES = NO
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# (class|struct|union) declarations. If set to NO, these declarations will be
# (class|struct|union) declarations. If set to NO, these declarations will be
# included in the documentation.
# included in the documentation.
# The default value is: NO.
# The default value is: NO.
HIDE_FRIEND_COMPOUNDS
= NO
HIDE_FRIEND_COMPOUNDS = NO
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# documentation blocks found inside the body of a function. If set to NO, these
# documentation blocks found inside the body of a function. If set to NO, these
# blocks will be appended to the function's detailed documentation block.
# blocks will be appended to the function's detailed documentation block.
# The default value is: NO.
# The default value is: NO.
HIDE_IN_BODY_DOCS
= NO
HIDE_IN_BODY_DOCS = NO
# The INTERNAL_DOCS tag determines if documentation that is typed after a
# The INTERNAL_DOCS tag determines if documentation that is typed after a
# \internal command is included. If the tag is set to NO then the documentation
# \internal command is included. If the tag is set to NO then the documentation
# will be excluded. Set it to YES to include the internal documentation.
# will be excluded. Set it to YES to include the internal documentation.
# The default value is: NO.
# The default value is: NO.
INTERNAL_DOCS
= NO
INTERNAL_DOCS = NO
# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
# names in lower-case letters. If set to YES, upper-case letters are also
# names in lower-case letters. If set to YES, upper-case letters are also
...
@@ -498,53 +498,53 @@ INTERNAL_DOCS = NO
...
@@ -498,53 +498,53 @@ INTERNAL_DOCS = NO
# and Mac users are advised to set this option to NO.
# and Mac users are advised to set this option to NO.
# The default value is: system dependent.
# The default value is: system dependent.
CASE_SENSE_NAMES
= YES
CASE_SENSE_NAMES = YES
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# their full class and namespace scopes in the documentation. If set to YES, the
# their full class and namespace scopes in the documentation. If set to YES, the
# scope will be hidden.
# scope will be hidden.
# The default value is: NO.
# The default value is: NO.
HIDE_SCOPE_NAMES
= NO
HIDE_SCOPE_NAMES = NO
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# append additional text to a page's title, such as Class Reference. If set to
# append additional text to a page's title, such as Class Reference. If set to
# YES the compound reference will be hidden.
# YES the compound reference will be hidden.
# The default value is: NO.
# The default value is: NO.
HIDE_COMPOUND_REFERENCE= NO
HIDE_COMPOUND_REFERENCE
= NO
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
# the files that are included by a file in the documentation of that file.
# the files that are included by a file in the documentation of that file.
# The default value is: YES.
# The default value is: YES.
SHOW_INCLUDE_FILES
= YES
SHOW_INCLUDE_FILES = YES
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# grouped member an include statement to the documentation, telling the reader
# grouped member an include statement to the documentation, telling the reader
# which file to include in order to use the member.
# which file to include in order to use the member.
# The default value is: NO.
# The default value is: NO.
SHOW_GROUPED_MEMB_INC
= NO
SHOW_GROUPED_MEMB_INC = NO
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# files with double quotes in the documentation rather than with sharp brackets.
# files with double quotes in the documentation rather than with sharp brackets.
# The default value is: NO.
# The default value is: NO.
FORCE_LOCAL_INCLUDES
= NO
FORCE_LOCAL_INCLUDES = NO
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
# documentation for inline members.
# documentation for inline members.
# The default value is: YES.
# The default value is: YES.
INLINE_INFO
= YES
INLINE_INFO = YES
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# (detailed) documentation of file and class members alphabetically by member
# (detailed) documentation of file and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order.
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.
# The default value is: YES.
SORT_MEMBER_DOCS
= YES
SORT_MEMBER_DOCS = YES
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
# descriptions of file, namespace and class members alphabetically by member
...
@@ -552,7 +552,7 @@ SORT_MEMBER_DOCS = YES
...
@@ -552,7 +552,7 @@ SORT_MEMBER_DOCS = YES
# this will also influence the order of the classes in the class list.
# this will also influence the order of the classes in the class list.
# The default value is: NO.
# The default value is: NO.
SORT_BRIEF_DOCS
= NO
SORT_BRIEF_DOCS = NO
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# (brief and detailed) documentation of class members so that constructors and
# (brief and detailed) documentation of class members so that constructors and
...
@@ -571,7 +571,7 @@ SORT_MEMBERS_CTORS_1ST = NO
...
@@ -571,7 +571,7 @@ SORT_MEMBERS_CTORS_1ST = NO
# appear in their defined order.
# appear in their defined order.
# The default value is: NO.
# The default value is: NO.
SORT_GROUP_NAMES
= NO
SORT_GROUP_NAMES = NO
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# fully-qualified names, including namespaces. If set to NO, the class list will
# fully-qualified names, including namespaces. If set to NO, the class list will
...
@@ -581,7 +581,7 @@ SORT_GROUP_NAMES = NO
...
@@ -581,7 +581,7 @@ SORT_GROUP_NAMES = NO
# list.
# list.
# The default value is: NO.
# The default value is: NO.
SORT_BY_SCOPE_NAME
= NO
SORT_BY_SCOPE_NAME = NO
# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# type resolution of all parameters of a function it will reject a match between
# type resolution of all parameters of a function it will reject a match between
...
@@ -591,38 +591,38 @@ SORT_BY_SCOPE_NAME = NO
...
@@ -591,38 +591,38 @@ SORT_BY_SCOPE_NAME = NO
# accept a match between prototype and implementation in such cases.
# accept a match between prototype and implementation in such cases.
# The default value is: NO.
# The default value is: NO.
STRICT_PROTO_MATCHING
= NO
STRICT_PROTO_MATCHING = NO
# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
# list. This list is created by putting \todo commands in the documentation.
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
# The default value is: YES.
GENERATE_TODOLIST
= YES
GENERATE_TODOLIST = YES
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.
# The default value is: YES.
GENERATE_TESTLIST
= YES
GENERATE_TESTLIST = YES
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.
# The default value is: YES.
GENERATE_BUGLIST
= YES
GENERATE_BUGLIST = YES
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
# the deprecated list. This list is created by putting \deprecated commands in
# the documentation.
# the documentation.
# The default value is: YES.
# The default value is: YES.
GENERATE_DEPRECATEDLIST= YES
GENERATE_DEPRECATEDLIST
= YES
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
# ... \endcond blocks.
# ... \endcond blocks.
ENABLED_SECTIONS
=
ENABLED_SECTIONS
=
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
# initial value of a variable or macro / define can have for it to appear in the
# initial value of a variable or macro / define can have for it to appear in the
...
@@ -633,28 +633,28 @@ ENABLED_SECTIONS =
...
@@ -633,28 +633,28 @@ ENABLED_SECTIONS =
# documentation regardless of this setting.
# documentation regardless of this setting.
# Minimum value: 0, maximum value: 10000, default value: 30.
# Minimum value: 0, maximum value: 10000, default value: 30.
MAX_INITIALIZER_LINES
= 30
MAX_INITIALIZER_LINES = 30
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
# the bottom of the documentation of classes and structs. If set to YES, the
# the bottom of the documentation of classes and structs. If set to YES, the
# list will mention the files that were used to generate the documentation.
# list will mention the files that were used to generate the documentation.
# The default value is: YES.
# The default value is: YES.
SHOW_USED_FILES
= YES
SHOW_USED_FILES = YES
# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
# will remove the Files entry from the Quick Index and from the Folder Tree View
# will remove the Files entry from the Quick Index and from the Folder Tree View
# (if specified).
# (if specified).
# The default value is: YES.
# The default value is: YES.
SHOW_FILES
= YES
SHOW_FILES = YES
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
# page. This will remove the Namespaces entry from the Quick Index and from the
# Folder Tree View (if specified).
# Folder Tree View (if specified).
# The default value is: YES.
# The default value is: YES.
SHOW_NAMESPACES
= YES
SHOW_NAMESPACES = YES
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from
# doxygen should invoke to get the current version for each file (typically from
...
@@ -664,7 +664,7 @@ SHOW_NAMESPACES = YES
...
@@ -664,7 +664,7 @@ SHOW_NAMESPACES = YES
# by doxygen. Whatever the program writes to standard output is used as the file
# by doxygen. Whatever the program writes to standard output is used as the file
# version. For an example see the documentation.
# version. For an example see the documentation.
FILE_VERSION_FILTER
=
FILE_VERSION_FILTER
=
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# by doxygen. The layout file controls the global structure of the generated
# by doxygen. The layout file controls the global structure of the generated
...
@@ -677,7 +677,7 @@ FILE_VERSION_FILTER =
...
@@ -677,7 +677,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
# tag is left empty.
LAYOUT_FILE
=
LAYOUT_FILE
=
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# 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
# the reference definitions. This must be a list of .bib files. The .bib
...
@@ -687,7 +687,7 @@ LAYOUT_FILE =
...
@@ -687,7 +687,7 @@ LAYOUT_FILE =
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# 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.
# search path. See also \cite for info how to create references.
CITE_BIB_FILES
=
CITE_BIB_FILES
=
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
# Configuration options related to warning and progress messages
...
@@ -698,7 +698,7 @@ CITE_BIB_FILES =
...
@@ -698,7 +698,7 @@ CITE_BIB_FILES =
# messages are off.
# messages are off.
# The default value is: NO.
# The default value is: NO.
QUIET
= NO
QUIET = NO
# The WARNINGS tag can be used to turn on/off the warning messages that are
# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
...
@@ -707,14 +707,14 @@ QUIET = NO
...
@@ -707,14 +707,14 @@ QUIET = NO
# Tip: Turn warnings on while writing the documentation.
# Tip: Turn warnings on while writing the documentation.
# The default value is: YES.
# The default value is: YES.
WARNINGS
= YES
WARNINGS = YES
# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
# will automatically be disabled.
# will automatically be disabled.
# The default value is: YES.
# The default value is: YES.
WARN_IF_UNDOCUMENTED
= NO
WARN_IF_UNDOCUMENTED = NO
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters
# potential errors in the documentation, such as not documenting some parameters
...
@@ -722,7 +722,7 @@ WARN_IF_UNDOCUMENTED = NO
...
@@ -722,7 +722,7 @@ WARN_IF_UNDOCUMENTED = NO
# markup commands wrongly.
# markup commands wrongly.
# The default value is: YES.
# The default value is: YES.
WARN_IF_DOC_ERROR
= YES
WARN_IF_DOC_ERROR = YES
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
# are documented, but have no documentation for their parameters or return
# are documented, but have no documentation for their parameters or return
...
@@ -730,7 +730,7 @@ WARN_IF_DOC_ERROR = YES
...
@@ -730,7 +730,7 @@ WARN_IF_DOC_ERROR = YES
# parameter documentation, but not about the absence of documentation.
# parameter documentation, but not about the absence of documentation.
# The default value is: NO.
# The default value is: NO.
WARN_NO_PARAMDOC
= NO
WARN_NO_PARAMDOC = NO
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
# can produce. The string should contain the $file, $line, and $text tags, which
...
@@ -740,13 +740,13 @@ WARN_NO_PARAMDOC = NO
...
@@ -740,13 +740,13 @@ WARN_NO_PARAMDOC = NO
# FILE_VERSION_FILTER)
# FILE_VERSION_FILTER)
# The default value is: $file:$line: $text.
# The default value is: $file:$line: $text.
WARN_FORMAT
= "$file:$line: $text"
WARN_FORMAT = "$file:$line: $text"
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
# messages should be written. If left blank the output is written to standard
# messages should be written. If left blank the output is written to standard
# error (stderr).
# error (stderr).
WARN_LOGFILE
=
WARN_LOGFILE
=
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the input files
# Configuration options related to the input files
...
@@ -758,7 +758,7 @@ WARN_LOGFILE =
...
@@ -758,7 +758,7 @@ WARN_LOGFILE =
# spaces.
# spaces.
# Note: If this tag is empty the current directory is searched.
# Note: If this tag is empty the current directory is searched.
INPUT
=
INPUT
=
# This tag can be used to specify the character encoding of the source files
# 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
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
@@ -767,7 +767,7 @@ INPUT =
...
@@ -767,7 +767,7 @@ INPUT =
# possible encodings.
# possible encodings.
# The default value is: UTF-8.
# The default value is: UTF-8.
INPUT_ENCODING
= UTF-8
INPUT_ENCODING = UTF-8
# If the value of the INPUT tag contains directories, you can use the
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
...
@@ -778,13 +778,13 @@ INPUT_ENCODING = UTF-8
...
@@ -778,13 +778,13 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
# *.qsf, *.as and *.js.
FILE_PATTERNS
=
FILE_PATTERNS
=
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# be searched for input files as well.
# The default value is: NO.
# The default value is: NO.
RECURSIVE
= NO
RECURSIVE = NO
# The EXCLUDE tag can be used to specify files and/or directories that should be
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# excluded from the INPUT source files. This way you can easily exclude a
...
@@ -793,14 +793,14 @@ RECURSIVE = NO
...
@@ -793,14 +793,14 @@ RECURSIVE = NO
# Note that relative paths are relative to the directory from which doxygen is
# Note that relative paths are relative to the directory from which doxygen is
# run.
# run.
EXCLUDE
=
EXCLUDE
=
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
# directories that are symbolic links (a Unix file system feature) are excluded
# from the input.
# from the input.
# The default value is: NO.
# The default value is: NO.
EXCLUDE_SYMLINKS
= NO
EXCLUDE_SYMLINKS = NO
# If the value of the INPUT tag contains directories, you can use the
# If the value of the INPUT tag contains directories, you can use the
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
...
@@ -809,7 +809,7 @@ EXCLUDE_SYMLINKS = NO
...
@@ -809,7 +809,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS
=
EXCLUDE_PATTERNS
=
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
# (namespaces, classes, functions, etc.) that should be excluded from the
...
@@ -820,33 +820,33 @@ EXCLUDE_PATTERNS =
...
@@ -820,33 +820,33 @@ EXCLUDE_PATTERNS =
# Note that the wildcards are matched against the file with absolute path, so to
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
# exclude all test directories use the pattern */test/*
EXCLUDE_SYMBOLS
=
EXCLUDE_SYMBOLS
=
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
# that contain example code fragments that are included (see the \include
# command).
# command).
EXAMPLE_PATH
=
EXAMPLE_PATH
=
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank all
# *.h) to filter out the source-files in the directories. If left blank all
# files are included.
# files are included.
EXAMPLE_PATTERNS
=
EXAMPLE_PATTERNS
=
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude commands
# searched for input files to be used with the \include or \dontinclude commands
# irrespective of the value of the RECURSIVE tag.
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.
# The default value is: NO.
EXAMPLE_RECURSIVE
= NO
EXAMPLE_RECURSIVE = NO
# The IMAGE_PATH tag can be used to specify one or more files or directories
# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# that contain images that are to be included in the documentation (see the
# \image command).
# \image command).
IMAGE_PATH
=
IMAGE_PATH
=
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
# invoke to filter for each input file. Doxygen will invoke the filter program
...
@@ -863,7 +863,7 @@ IMAGE_PATH =
...
@@ -863,7 +863,7 @@ IMAGE_PATH =
# code is scanned, but not when the output code is generated. If lines are added
# code is scanned, but not when the output code is generated. If lines are added
# or removed, the anchors will not be placed correctly.
# or removed, the anchors will not be placed correctly.
INPUT_FILTER
=
INPUT_FILTER
=
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
# basis. Doxygen will compare the file name with each pattern and apply the
...
@@ -872,14 +872,14 @@ INPUT_FILTER =
...
@@ -872,14 +872,14 @@ INPUT_FILTER =
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# patterns match the file name, INPUT_FILTER is applied.
# patterns match the file name, INPUT_FILTER is applied.
FILTER_PATTERNS
=
FILTER_PATTERNS
=
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will also be used to filter the input files that are used for
# INPUT_FILTER) will also be used to filter the input files that are used for
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# The default value is: NO.
# The default value is: NO.
FILTER_SOURCE_FILES
= NO
FILTER_SOURCE_FILES = NO
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
...
@@ -887,14 +887,14 @@ FILTER_SOURCE_FILES = NO
...
@@ -887,14 +887,14 @@ FILTER_SOURCE_FILES = NO
# *.ext= (so without naming a filter).
# *.ext= (so without naming a filter).
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
FILTER_SOURCE_PATTERNS =
FILTER_SOURCE_PATTERNS =
# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
# is part of the input, its contents will be placed on the main page
# is part of the input, its contents will be placed on the main page
# (index.html). This can be useful if you have a project on for instance GitHub
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.
# and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE =
USE_MDFILE_AS_MAINPAGE =
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to source browsing
# Configuration options related to source browsing
...
@@ -907,20 +907,20 @@ USE_MDFILE_AS_MAINPAGE =
...
@@ -907,20 +907,20 @@ USE_MDFILE_AS_MAINPAGE =
# also VERBATIM_HEADERS is set to NO.
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
# The default value is: NO.
SOURCE_BROWSER
= NO
SOURCE_BROWSER = NO
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# classes and enums directly into the documentation.
# The default value is: NO.
# The default value is: NO.
INLINE_SOURCES
= NO
INLINE_SOURCES = NO
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and
# special comment blocks from generated source code fragments. Normal C, C++ and
# Fortran comments will always remain visible.
# Fortran comments will always remain visible.
# The default value is: YES.
# The default value is: YES.
STRIP_CODE_COMMENTS
= YES
STRIP_CODE_COMMENTS = YES
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.
# function all documented functions referencing it will be listed.
...
@@ -932,7 +932,7 @@ REFERENCED_BY_RELATION = NO
...
@@ -932,7 +932,7 @@ REFERENCED_BY_RELATION = NO
# all documented entities called/used by that function will be listed.
# all documented entities called/used by that function will be listed.
# The default value is: NO.
# The default value is: NO.
REFERENCES_RELATION
= NO
REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
...
@@ -950,7 +950,7 @@ REFERENCES_LINK_SOURCE = YES
...
@@ -950,7 +950,7 @@ REFERENCES_LINK_SOURCE = YES
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
SOURCE_TOOLTIPS
= YES
SOURCE_TOOLTIPS = YES
# If the USE_HTAGS tag is set to YES then the references to source code will
# 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
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
...
@@ -972,7 +972,7 @@ SOURCE_TOOLTIPS = YES
...
@@ -972,7 +972,7 @@ SOURCE_TOOLTIPS = YES
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
USE_HTAGS
= NO
USE_HTAGS = NO
# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
# verbatim copy of the header file for each class for which an include is
# verbatim copy of the header file for each class for which an include is
...
@@ -980,7 +980,7 @@ USE_HTAGS = NO
...
@@ -980,7 +980,7 @@ USE_HTAGS = NO
# See also: Section \class.
# See also: Section \class.
# The default value is: YES.
# The default value is: YES.
VERBATIM_HEADERS
= YES
VERBATIM_HEADERS = YES
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
...
@@ -999,7 +999,7 @@ CLANG_ASSISTED_PARSING = NO
...
@@ -999,7 +999,7 @@ CLANG_ASSISTED_PARSING = NO
# specified with INPUT and INCLUDE_PATH.
# specified with INPUT and INCLUDE_PATH.
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
CLANG_OPTIONS
=
CLANG_OPTIONS
=
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
# Configuration options related to the alphabetical class index
...
@@ -1010,14 +1010,14 @@ CLANG_OPTIONS =
...
@@ -1010,14 +1010,14 @@ CLANG_OPTIONS =
# classes, structs, unions or interfaces.
# classes, structs, unions or interfaces.
# The default value is: YES.
# The default value is: YES.
ALPHABETICAL_INDEX
= YES
ALPHABETICAL_INDEX = YES
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
COLS_IN_ALPHA_INDEX
= 5
COLS_IN_ALPHA_INDEX = 5
# In case all classes in a project start with a common prefix, all classes will
# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
...
@@ -1025,7 +1025,7 @@ COLS_IN_ALPHA_INDEX = 5
...
@@ -1025,7 +1025,7 @@ COLS_IN_ALPHA_INDEX = 5
# while generating the index headers.
# while generating the index headers.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
IGNORE_PREFIX
=
IGNORE_PREFIX
=
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
# Configuration options related to the HTML output
...
@@ -1034,7 +1034,7 @@ IGNORE_PREFIX =
...
@@ -1034,7 +1034,7 @@ IGNORE_PREFIX =
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.
# The default value is: YES.
GENERATE_HTML
= YES
GENERATE_HTML = YES
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
...
@@ -1042,14 +1042,14 @@ GENERATE_HTML = YES
...
@@ -1042,14 +1042,14 @@ GENERATE_HTML = YES
# The default directory is: html.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT
= html
HTML_OUTPUT = html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
# generated HTML page (for example: .htm, .php, .asp).
# The default value is: .html.
# The default value is: .html.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FILE_EXTENSION
= .html
HTML_FILE_EXTENSION = .html
# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
# each generated HTML page. If the tag is left blank doxygen will generate a
# each generated HTML page. If the tag is left blank doxygen will generate a
...
@@ -1069,7 +1069,7 @@ HTML_FILE_EXTENSION = .html
...
@@ -1069,7 +1069,7 @@ HTML_FILE_EXTENSION = .html
# of the possible markers and block names see the documentation.
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_HEADER
=
HTML_HEADER
=
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
# generated HTML page. If the tag is left blank doxygen will generate a standard
...
@@ -1079,7 +1079,7 @@ HTML_HEADER =
...
@@ -1079,7 +1079,7 @@ HTML_HEADER =
# that doxygen normally uses.
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FOOTER
=
HTML_FOOTER
=
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
# sheet that is used by each HTML page. It can be used to fine-tune the look of
...
@@ -1091,7 +1091,7 @@ HTML_FOOTER =
...
@@ -1091,7 +1091,7 @@ HTML_FOOTER =
# obsolete.
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_STYLESHEET
=
HTML_STYLESHEET
=
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
# cascading style sheets that are included after the standard style sheets
...
@@ -1104,7 +1104,7 @@ HTML_STYLESHEET =
...
@@ -1104,7 +1104,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET
=
HTML_EXTRA_STYLESHEET
=
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# 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
# other source files which should be copied to the HTML output directory. Note
...
@@ -1114,7 +1114,7 @@ HTML_EXTRA_STYLESHEET =
...
@@ -1114,7 +1114,7 @@ HTML_EXTRA_STYLESHEET =
# files will be copied as-is; there are no commands or markers available.
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES
=
HTML_EXTRA_FILES
=
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# 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
# will adjust the colors in the style sheet and background images according to
...
@@ -1125,7 +1125,7 @@ HTML_EXTRA_FILES =
...
@@ -1125,7 +1125,7 @@ HTML_EXTRA_FILES =
# Minimum value: 0, maximum value: 359, default value: 220.
# Minimum value: 0, maximum value: 359, default value: 220.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_HUE
= 220
HTML_COLORSTYLE_HUE = 220
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
# in the HTML output. For a value of 0 the output will use grayscales only. A
# in the HTML output. For a value of 0 the output will use grayscales only. A
...
@@ -1133,7 +1133,7 @@ HTML_COLORSTYLE_HUE = 220
...
@@ -1133,7 +1133,7 @@ HTML_COLORSTYLE_HUE = 220
# Minimum value: 0, maximum value: 255, default value: 100.
# Minimum value: 0, maximum value: 255, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_SAT
= 100
HTML_COLORSTYLE_SAT = 100
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
# luminance component of the colors in the HTML output. Values below 100
# luminance component of the colors in the HTML output. Values below 100
...
@@ -1144,7 +1144,7 @@ HTML_COLORSTYLE_SAT = 100
...
@@ -1144,7 +1144,7 @@ HTML_COLORSTYLE_SAT = 100
# Minimum value: 40, maximum value: 240, default value: 80.
# Minimum value: 40, maximum value: 240, default value: 80.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_GAMMA
= 80
HTML_COLORSTYLE_GAMMA = 80
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# page will contain the date and time when the page was generated. Setting this
# page will contain the date and time when the page was generated. Setting this
...
@@ -1153,7 +1153,7 @@ HTML_COLORSTYLE_GAMMA = 80
...
@@ -1153,7 +1153,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP
= NO
HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# 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
# documentation will contain sections that can be hidden and shown after the
...
@@ -1161,7 +1161,7 @@ HTML_TIMESTAMP = NO
...
@@ -1161,7 +1161,7 @@ HTML_TIMESTAMP = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_DYNAMIC_SECTIONS
= NO
HTML_DYNAMIC_SECTIONS = NO
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# 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
# shown in the various tree structured indices initially; the user can expand
...
@@ -1188,7 +1188,7 @@ HTML_INDEX_NUM_ENTRIES = 100
...
@@ -1188,7 +1188,7 @@ HTML_INDEX_NUM_ENTRIES = 100
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_DOCSET
= NO
GENERATE_DOCSET = NO
# This tag determines the name of the docset feed. A documentation feed provides
# This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider
# an umbrella under which multiple documentation sets from a single provider
...
@@ -1196,7 +1196,7 @@ GENERATE_DOCSET = NO
...
@@ -1196,7 +1196,7 @@ GENERATE_DOCSET = NO
# The default value is: Doxygen generated docs.
# The default value is: Doxygen generated docs.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_FEEDNAME
= "Doxygen generated docs"
DOCSET_FEEDNAME = "Doxygen generated docs"
# This tag specifies a string that should uniquely identify the documentation
# This tag specifies a string that should uniquely identify the documentation
# set bundle. This should be a reverse domain-name style string, e.g.
# set bundle. This should be a reverse domain-name style string, e.g.
...
@@ -1204,7 +1204,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
...
@@ -1204,7 +1204,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
# The default value is: org.doxygen.Project.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_BUNDLE_ID
= org.doxygen.Project
DOCSET_BUNDLE_ID = org.doxygen.Project
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
# the documentation publisher. This should be a reverse domain-name style
...
@@ -1212,13 +1212,13 @@ DOCSET_BUNDLE_ID = org.doxygen.Project
...
@@ -1212,13 +1212,13 @@ DOCSET_BUNDLE_ID = org.doxygen.Project
# The default value is: org.doxygen.Publisher.
# The default value is: org.doxygen.Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_ID
= org.doxygen.Publisher
DOCSET_PUBLISHER_ID = org.doxygen.Publisher
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The default value is: Publisher.
# The default value is: Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_NAME
= Publisher
DOCSET_PUBLISHER_NAME = Publisher
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
...
@@ -1236,14 +1236,14 @@ DOCSET_PUBLISHER_NAME = Publisher
...
@@ -1236,14 +1236,14 @@ DOCSET_PUBLISHER_NAME = Publisher
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_HTMLHELP
= NO
GENERATE_HTMLHELP = NO
# The CHM_FILE tag can be used to specify the file name of the resulting .chm
# The CHM_FILE tag can be used to specify the file name of the resulting .chm
# file. You can add a path in front of the file if the result should not be
# file. You can add a path in front of the file if the result should not be
# written to the html output directory.
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE
=
CHM_FILE
=
# The HHC_LOCATION tag can be used to specify the location (absolute path
# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
...
@@ -1251,20 +1251,20 @@ CHM_FILE =
...
@@ -1251,20 +1251,20 @@ CHM_FILE =
# The file has to be specified with full path.
# The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
HHC_LOCATION
=
HHC_LOCATION
=
# The GENERATE_CHI flag controls if a separate .chi index file is generated
# The GENERATE_CHI flag controls if a separate .chi index file is generated
# (YES) or that it should be included in the master .chm file (NO).
# (YES) or that it should be included in the master .chm file (NO).
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
GENERATE_CHI
= NO
GENERATE_CHI = NO
# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
# and project file content.
# and project file content.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_INDEX_ENCODING
=
CHM_INDEX_ENCODING
=
# The BINARY_TOC flag controls whether a binary table of contents is generated
# The BINARY_TOC flag controls whether a binary table of contents is generated
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
...
@@ -1272,14 +1272,14 @@ CHM_INDEX_ENCODING =
...
@@ -1272,14 +1272,14 @@ CHM_INDEX_ENCODING =
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
BINARY_TOC
= NO
BINARY_TOC = NO
# The TOC_EXPAND flag can be set to YES to add extra items for group members to
# The TOC_EXPAND flag can be set to YES to add extra items for group members to
# the table of contents of the HTML help documentation and to the tree view.
# the table of contents of the HTML help documentation and to the tree view.
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
TOC_EXPAND
= NO
TOC_EXPAND = NO
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
...
@@ -1288,14 +1288,14 @@ TOC_EXPAND = NO
...
@@ -1288,14 +1288,14 @@ TOC_EXPAND = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_QHP
= NO
GENERATE_QHP = NO
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
# the file name of the resulting .qch file. The path specified is relative to
# the file name of the resulting .qch file. The path specified is relative to
# the HTML output folder.
# the HTML output folder.
# This tag requires that the tag GENERATE_QHP is set to YES.
# This tag requires that the tag GENERATE_QHP is set to YES.
QCH_FILE
=
QCH_FILE
=
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
# Project output. For more information please see Qt Help Project / Namespace
...
@@ -1303,7 +1303,7 @@ QCH_FILE =
...
@@ -1303,7 +1303,7 @@ QCH_FILE =
# The default value is: org.doxygen.Project.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_NAMESPACE
= org.doxygen.Project
QHP_NAMESPACE = org.doxygen.Project
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# 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
# Help Project output. For more information please see Qt Help Project / Virtual
...
@@ -1312,7 +1312,7 @@ QHP_NAMESPACE = org.doxygen.Project
...
@@ -1312,7 +1312,7 @@ QHP_NAMESPACE = org.doxygen.Project
# The default value is: doc.
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_VIRTUAL_FOLDER
= doc
QHP_VIRTUAL_FOLDER = doc
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# 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
# filter to add. For more information please see Qt Help Project / Custom
...
@@ -1320,7 +1320,7 @@ QHP_VIRTUAL_FOLDER = doc
...
@@ -1320,7 +1320,7 @@ QHP_VIRTUAL_FOLDER = doc
# filters).
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_NAME
=
QHP_CUST_FILTER_NAME
=
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# 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
# custom filter to add. For more information please see Qt Help Project / Custom
...
@@ -1328,21 +1328,21 @@ QHP_CUST_FILTER_NAME =
...
@@ -1328,21 +1328,21 @@ QHP_CUST_FILTER_NAME =
# filters).
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_ATTRS
=
QHP_CUST_FILTER_ATTRS
=
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
# project's filter section matches. Qt Help Project / Filter Attributes (see:
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_SECT_FILTER_ATTRS
=
QHP_SECT_FILTER_ATTRS
=
# The QHG_LOCATION tag can be used to specify the location of Qt's
# The QHG_LOCATION tag can be used to specify the location of Qt's
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
# generated .qhp file.
# generated .qhp file.
# This tag requires that the tag GENERATE_QHP is set to YES.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHG_LOCATION
=
QHG_LOCATION
=
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
# generated, together with the HTML files, they form an Eclipse help plugin. To
# generated, together with the HTML files, they form an Eclipse help plugin. To
...
@@ -1354,7 +1354,7 @@ QHG_LOCATION =
...
@@ -1354,7 +1354,7 @@ QHG_LOCATION =
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_ECLIPSEHELP
= NO
GENERATE_ECLIPSEHELP = NO
# A unique identifier for the Eclipse help plugin. When installing the plugin
# A unique identifier for the Eclipse help plugin. When installing the plugin
# the directory name containing the HTML and XML files should also have this
# the directory name containing the HTML and XML files should also have this
...
@@ -1362,7 +1362,7 @@ GENERATE_ECLIPSEHELP = NO
...
@@ -1362,7 +1362,7 @@ GENERATE_ECLIPSEHELP = NO
# The default value is: org.doxygen.Project.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
ECLIPSE_DOC_ID
= org.doxygen.Project
ECLIPSE_DOC_ID = org.doxygen.Project
# If you want full control over the layout of the generated HTML pages it might
# If you want full control over the layout of the generated HTML pages it might
# be necessary to disable the index and replace it with your own. The
# be necessary to disable the index and replace it with your own. The
...
@@ -1373,7 +1373,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
...
@@ -1373,7 +1373,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
DISABLE_INDEX
= NO
DISABLE_INDEX = NO
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
# structure should be generated to display hierarchical information. If the tag
...
@@ -1390,7 +1390,7 @@ DISABLE_INDEX = NO
...
@@ -1390,7 +1390,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_TREEVIEW
= NO
GENERATE_TREEVIEW = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
# doxygen will group on one line in the generated HTML documentation.
...
@@ -1400,21 +1400,21 @@ GENERATE_TREEVIEW = NO
...
@@ -1400,21 +1400,21 @@ GENERATE_TREEVIEW = NO
# Minimum value: 0, maximum value: 20, default value: 4.
# Minimum value: 0, maximum value: 20, default value: 4.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
ENUM_VALUES_PER_LINE
= 4
ENUM_VALUES_PER_LINE = 4
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
# to set the initial width (in pixels) of the frame in which the tree is shown.
# to set the initial width (in pixels) of the frame in which the tree is shown.
# Minimum value: 0, maximum value: 1500, default value: 250.
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
TREEVIEW_WIDTH
= 250
TREEVIEW_WIDTH = 250
# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.
# external symbols imported via tag files in a separate window.
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
EXT_LINKS_IN_WINDOW
= NO
EXT_LINKS_IN_WINDOW = NO
# Use this tag to change the font size of LaTeX formulas included as images in
# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. When you change the font size after a successful
# the HTML documentation. When you change the font size after a successful
...
@@ -1423,7 +1423,7 @@ EXT_LINKS_IN_WINDOW = NO
...
@@ -1423,7 +1423,7 @@ EXT_LINKS_IN_WINDOW = NO
# Minimum value: 8, maximum value: 50, default value: 10.
# Minimum value: 8, maximum value: 50, default value: 10.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_FONTSIZE
= 10
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are not
# generated for formulas are transparent PNGs. Transparent PNGs are not
...
@@ -1434,7 +1434,7 @@ FORMULA_FONTSIZE = 10
...
@@ -1434,7 +1434,7 @@ FORMULA_FONTSIZE = 10
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_TRANSPARENT
= YES
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
# http://www.mathjax.org) which uses client side Javascript for the rendering
# http://www.mathjax.org) which uses client side Javascript for the rendering
...
@@ -1445,7 +1445,7 @@ FORMULA_TRANSPARENT = YES
...
@@ -1445,7 +1445,7 @@ FORMULA_TRANSPARENT = YES
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
USE_MATHJAX
= NO
USE_MATHJAX = NO
# When MathJax is enabled you can set the default output format to be used for
# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
# the MathJax output. See the MathJax site (see:
...
@@ -1455,7 +1455,7 @@ USE_MATHJAX = NO
...
@@ -1455,7 +1455,7 @@ USE_MATHJAX = NO
# The default value is: HTML-CSS.
# The default value is: HTML-CSS.
# This tag requires that the tag USE_MATHJAX is set to YES.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_FORMAT
= HTML-CSS
MATHJAX_FORMAT = HTML-CSS
# When MathJax is enabled you need to specify the location relative to the HTML
# When MathJax is enabled you need to specify the location relative to the HTML
# output directory using the MATHJAX_RELPATH option. The destination directory
# output directory using the MATHJAX_RELPATH option. The destination directory
...
@@ -1468,14 +1468,14 @@ MATHJAX_FORMAT = HTML-CSS
...
@@ -1468,14 +1468,14 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_RELPATH
= http://cdn.mathjax.org/mathjax/latest
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
# extension names that should be enabled during MathJax rendering. For example
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_EXTENSIONS
=
MATHJAX_EXTENSIONS
=
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# of code that will be used on startup of the MathJax code. See the MathJax site
# of code that will be used on startup of the MathJax code. See the MathJax site
...
@@ -1483,7 +1483,7 @@ MATHJAX_EXTENSIONS =
...
@@ -1483,7 +1483,7 @@ MATHJAX_EXTENSIONS =
# example see the documentation.
# example see the documentation.
# This tag requires that the tag USE_MATHJAX is set to YES.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_CODEFILE
=
MATHJAX_CODEFILE
=
# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
# the HTML output. The underlying search engine uses javascript and DHTML and
# the HTML output. The underlying search engine uses javascript and DHTML and
...
@@ -1504,7 +1504,7 @@ MATHJAX_CODEFILE =
...
@@ -1504,7 +1504,7 @@ MATHJAX_CODEFILE =
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
SEARCHENGINE
= YES
SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# 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
# implemented using a web server instead of a web client using Javascript. There
...
@@ -1516,7 +1516,7 @@ SEARCHENGINE = YES
...
@@ -1516,7 +1516,7 @@ SEARCHENGINE = YES
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
# This tag requires that the tag SEARCHENGINE is set to YES.
SERVER_BASED_SEARCH
= NO
SERVER_BASED_SEARCH = NO
# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file
# script for searching. Instead the search results are written to an XML file
...
@@ -1532,7 +1532,7 @@ SERVER_BASED_SEARCH = NO
...
@@ -1532,7 +1532,7 @@ SERVER_BASED_SEARCH = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH
= NO
EXTERNAL_SEARCH = NO
# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# which will return the search results when EXTERNAL_SEARCH is enabled.
# which will return the search results when EXTERNAL_SEARCH is enabled.
...
@@ -1543,7 +1543,7 @@ EXTERNAL_SEARCH = NO
...
@@ -1543,7 +1543,7 @@ EXTERNAL_SEARCH = NO
# Searching" for details.
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHENGINE_URL
=
SEARCHENGINE_URL
=
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
# 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
# search data is written to a file for indexing by an external tool. With the
...
@@ -1551,7 +1551,7 @@ SEARCHENGINE_URL =
...
@@ -1551,7 +1551,7 @@ SEARCHENGINE_URL =
# The default file is: searchdata.xml.
# The default file is: searchdata.xml.
# This tag requires that the tag SEARCHENGINE is set to YES.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHDATA_FILE
= searchdata.xml
SEARCHDATA_FILE = searchdata.xml
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
# 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
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
...
@@ -1559,7 +1559,7 @@ SEARCHDATA_FILE = searchdata.xml
...
@@ -1559,7 +1559,7 @@ SEARCHDATA_FILE = searchdata.xml
# projects and redirect the results back to the right project.
# projects and redirect the results back to the right project.
# This tag requires that the tag SEARCHENGINE is set to YES.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH_ID
=
EXTERNAL_SEARCH_ID
=
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# 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
# projects other than the one defined by this configuration file, but that are
...
@@ -1569,7 +1569,7 @@ EXTERNAL_SEARCH_ID =
...
@@ -1569,7 +1569,7 @@ EXTERNAL_SEARCH_ID =
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# This tag requires that the tag SEARCHENGINE is set to YES.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTRA_SEARCH_MAPPINGS
=
EXTRA_SEARCH_MAPPINGS
=
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
# Configuration options related to the LaTeX output
...
@@ -1578,7 +1578,7 @@ EXTRA_SEARCH_MAPPINGS =
...
@@ -1578,7 +1578,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
# The default value is: YES.
GENERATE_LATEX
= NO
GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# 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
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
...
@@ -1586,7 +1586,7 @@ GENERATE_LATEX = NO
...
@@ -1586,7 +1586,7 @@ GENERATE_LATEX = NO
# The default directory is: latex.
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_OUTPUT
= latex
LATEX_OUTPUT = latex
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
# invoked.
...
@@ -1597,14 +1597,14 @@ LATEX_OUTPUT = latex
...
@@ -1597,14 +1597,14 @@ LATEX_OUTPUT = latex
# The default file is: latex.
# The default file is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_CMD_NAME
= latex
LATEX_CMD_NAME = latex
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# index for LaTeX.
# index for LaTeX.
# The default file is: makeindex.
# The default file is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
MAKEINDEX_CMD_NAME
= makeindex
MAKEINDEX_CMD_NAME = makeindex
# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
# 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
# documents. This may be useful for small projects and may help to save some
...
@@ -1612,7 +1612,7 @@ MAKEINDEX_CMD_NAME = makeindex
...
@@ -1612,7 +1612,7 @@ MAKEINDEX_CMD_NAME = makeindex
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
COMPACT_LATEX
= NO
COMPACT_LATEX = NO
# The PAPER_TYPE tag can be used to set the paper type that is used by the
# The PAPER_TYPE tag can be used to set the paper type that is used by the
# printer.
# printer.
...
@@ -1621,7 +1621,7 @@ COMPACT_LATEX = NO
...
@@ -1621,7 +1621,7 @@ COMPACT_LATEX = NO
# The default value is: a4.
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PAPER_TYPE
= a4
PAPER_TYPE = a4
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. To get the times font for
# that should be included in the LaTeX output. To get the times font for
...
@@ -1630,7 +1630,7 @@ PAPER_TYPE = a4
...
@@ -1630,7 +1630,7 @@ PAPER_TYPE = a4
# If left blank no extra packages will be included.
# If left blank no extra packages will be included.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
EXTRA_PACKAGES
=
EXTRA_PACKAGES
=
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
# 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
# generated LaTeX document. The header should contain everything until the first
...
@@ -1646,7 +1646,7 @@ EXTRA_PACKAGES =
...
@@ -1646,7 +1646,7 @@ EXTRA_PACKAGES =
# to HTML_HEADER.
# to HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HEADER
=
LATEX_HEADER
=
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
# 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
# generated LaTeX document. The footer should contain everything after the last
...
@@ -1657,7 +1657,7 @@ LATEX_HEADER =
...
@@ -1657,7 +1657,7 @@ LATEX_HEADER =
# Note: Only use a user-defined footer if you know what you are doing!
# Note: Only use a user-defined footer if you know what you are doing!
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_FOOTER
=
LATEX_FOOTER
=
# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# LaTeX style sheets that are included after the standard style sheets created
# LaTeX style sheets that are included after the standard style sheets created
...
@@ -1668,7 +1668,7 @@ LATEX_FOOTER =
...
@@ -1668,7 +1668,7 @@ LATEX_FOOTER =
# list).
# list).
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_STYLESHEET =
LATEX_EXTRA_STYLESHEET =
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the LATEX_OUTPUT output
# other source files which should be copied to the LATEX_OUTPUT output
...
@@ -1676,7 +1676,7 @@ LATEX_EXTRA_STYLESHEET =
...
@@ -1676,7 +1676,7 @@ LATEX_EXTRA_STYLESHEET =
# markers available.
# markers available.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_FILES
=
LATEX_EXTRA_FILES
=
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
...
@@ -1685,7 +1685,7 @@ LATEX_EXTRA_FILES =
...
@@ -1685,7 +1685,7 @@ LATEX_EXTRA_FILES =
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PDF_HYPERLINKS
= YES
PDF_HYPERLINKS = YES
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
...
@@ -1693,7 +1693,7 @@ PDF_HYPERLINKS = YES
...
@@ -1693,7 +1693,7 @@ PDF_HYPERLINKS = YES
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
USE_PDFLATEX
= YES
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
# 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
# command to the generated LaTeX files. This will instruct LaTeX to keep running
...
@@ -1702,14 +1702,14 @@ USE_PDFLATEX = YES
...
@@ -1702,14 +1702,14 @@ USE_PDFLATEX = YES
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BATCHMODE
= NO
LATEX_BATCHMODE = NO
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
# index chapters (such as File Index, Compound Index, etc.) in the output.
# index chapters (such as File Index, Compound Index, etc.) in the output.
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HIDE_INDICES
= NO
LATEX_HIDE_INDICES = NO
# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
# code with syntax highlighting in the LaTeX output.
# code with syntax highlighting in the LaTeX output.
...
@@ -1719,7 +1719,7 @@ LATEX_HIDE_INDICES = NO
...
@@ -1719,7 +1719,7 @@ LATEX_HIDE_INDICES = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_SOURCE_CODE
= NO
LATEX_SOURCE_CODE = NO
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
# bibliography, e.g. plainnat, or ieeetr. See
...
@@ -1727,7 +1727,7 @@ LATEX_SOURCE_CODE = NO
...
@@ -1727,7 +1727,7 @@ LATEX_SOURCE_CODE = NO
# The default value is: plain.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BIB_STYLE
= plain
LATEX_BIB_STYLE = plain
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the RTF output
# Configuration options related to the RTF output
...
@@ -1738,7 +1738,7 @@ LATEX_BIB_STYLE = plain
...
@@ -1738,7 +1738,7 @@ LATEX_BIB_STYLE = plain
# readers/editors.
# readers/editors.
# The default value is: NO.
# The default value is: NO.
GENERATE_RTF
= NO
GENERATE_RTF = NO
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
...
@@ -1746,7 +1746,7 @@ GENERATE_RTF = NO
...
@@ -1746,7 +1746,7 @@ GENERATE_RTF = NO
# The default directory is: rtf.
# The default directory is: rtf.
# This tag requires that the tag GENERATE_RTF is set to YES.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_OUTPUT
= rtf
RTF_OUTPUT = rtf
# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
# documents. This may be useful for small projects and may help to save some
# documents. This may be useful for small projects and may help to save some
...
@@ -1754,7 +1754,7 @@ RTF_OUTPUT = rtf
...
@@ -1754,7 +1754,7 @@ RTF_OUTPUT = rtf
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
# This tag requires that the tag GENERATE_RTF is set to YES.
COMPACT_RTF
= NO
COMPACT_RTF = NO
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
# contain hyperlink fields. The RTF file will contain links (just like the HTML
# contain hyperlink fields. The RTF file will contain links (just like the HTML
...
@@ -1766,7 +1766,7 @@ COMPACT_RTF = NO
...
@@ -1766,7 +1766,7 @@ COMPACT_RTF = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_HYPERLINKS
= NO
RTF_HYPERLINKS = NO
# Load stylesheet definitions from file. Syntax is similar to doxygen's config
# Load stylesheet definitions from file. Syntax is similar to doxygen's config
# file, i.e. a series of assignments. You only have to provide replacements,
# file, i.e. a series of assignments. You only have to provide replacements,
...
@@ -1776,14 +1776,14 @@ RTF_HYPERLINKS = NO
...
@@ -1776,14 +1776,14 @@ RTF_HYPERLINKS = NO
# default style sheet that doxygen normally uses.
# default style sheet that doxygen normally uses.
# This tag requires that the tag GENERATE_RTF is set to YES.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_STYLESHEET_FILE
=
RTF_STYLESHEET_FILE
=
# Set optional variables used in the generation of an RTF document. Syntax is
# Set optional variables used in the generation of an RTF document. Syntax is
# similar to doxygen's config file. A template extensions file can be generated
# similar to doxygen's config file. A template extensions file can be generated
# using doxygen -e rtf extensionFile.
# using doxygen -e rtf extensionFile.
# This tag requires that the tag GENERATE_RTF is set to YES.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_EXTENSIONS_FILE
=
RTF_EXTENSIONS_FILE
=
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
# with syntax highlighting in the RTF output.
# with syntax highlighting in the RTF output.
...
@@ -1793,7 +1793,7 @@ RTF_EXTENSIONS_FILE =
...
@@ -1793,7 +1793,7 @@ RTF_EXTENSIONS_FILE =
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_SOURCE_CODE
= NO
RTF_SOURCE_CODE = NO
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the man page output
# Configuration options related to the man page output
...
@@ -1803,7 +1803,7 @@ RTF_SOURCE_CODE = NO
...
@@ -1803,7 +1803,7 @@ RTF_SOURCE_CODE = NO
# classes and files.
# classes and files.
# The default value is: NO.
# The default value is: NO.
GENERATE_MAN
= NO
GENERATE_MAN = NO
# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
...
@@ -1812,7 +1812,7 @@ GENERATE_MAN = NO
...
@@ -1812,7 +1812,7 @@ GENERATE_MAN = NO
# The default directory is: man.
# The default directory is: man.
# This tag requires that the tag GENERATE_MAN is set to YES.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_OUTPUT
= man
MAN_OUTPUT = man
# The MAN_EXTENSION tag determines the extension that is added to the generated
# The MAN_EXTENSION tag determines the extension that is added to the generated
# man pages. In case the manual section does not start with a number, the number
# man pages. In case the manual section does not start with a number, the number
...
@@ -1821,14 +1821,14 @@ MAN_OUTPUT = man
...
@@ -1821,14 +1821,14 @@ MAN_OUTPUT = man
# The default value is: .3.
# The default value is: .3.
# This tag requires that the tag GENERATE_MAN is set to YES.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_EXTENSION
= .3
MAN_EXTENSION = .3
# The MAN_SUBDIR tag determines the name of the directory created within
# The MAN_SUBDIR tag determines the name of the directory created within
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
# MAN_EXTENSION with the initial . removed.
# MAN_EXTENSION with the initial . removed.
# This tag requires that the tag GENERATE_MAN is set to YES.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_SUBDIR
=
MAN_SUBDIR
=
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
# will generate one additional man file for each entity documented in the real
# will generate one additional man file for each entity documented in the real
...
@@ -1837,7 +1837,7 @@ MAN_SUBDIR =
...
@@ -1837,7 +1837,7 @@ MAN_SUBDIR =
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_MAN is set to YES.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_LINKS
= NO
MAN_LINKS = NO
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the XML output
# Configuration options related to the XML output
...
@@ -1847,7 +1847,7 @@ MAN_LINKS = NO
...
@@ -1847,7 +1847,7 @@ MAN_LINKS = NO
# captures the structure of the code including all documentation.
# captures the structure of the code including all documentation.
# The default value is: NO.
# The default value is: NO.
GENERATE_XML
= NO
GENERATE_XML = NO
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
...
@@ -1855,7 +1855,7 @@ GENERATE_XML = NO
...
@@ -1855,7 +1855,7 @@ GENERATE_XML = NO
# The default directory is: xml.
# The default directory is: xml.
# This tag requires that the tag GENERATE_XML is set to YES.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_OUTPUT
= xml
XML_OUTPUT = xml
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# listings (including syntax highlighting and cross-referencing information) to
...
@@ -1864,7 +1864,7 @@ XML_OUTPUT = xml
...
@@ -1864,7 +1864,7 @@ XML_OUTPUT = xml
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag GENERATE_XML is set to YES.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_PROGRAMLISTING
= YES
XML_PROGRAMLISTING = YES
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
# Configuration options related to the DOCBOOK output
...
@@ -1874,7 +1874,7 @@ XML_PROGRAMLISTING = YES
...
@@ -1874,7 +1874,7 @@ XML_PROGRAMLISTING = YES
# that can be used to generate PDF.
# that can be used to generate PDF.
# The default value is: NO.
# The default value is: NO.
GENERATE_DOCBOOK
= NO
GENERATE_DOCBOOK = NO
# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
...
@@ -1882,7 +1882,7 @@ GENERATE_DOCBOOK = NO
...
@@ -1882,7 +1882,7 @@ GENERATE_DOCBOOK = NO
# The default directory is: docbook.
# The default directory is: docbook.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
DOCBOOK_OUTPUT
= docbook
DOCBOOK_OUTPUT = docbook
# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
# program listings (including syntax highlighting and cross-referencing
# program listings (including syntax highlighting and cross-referencing
...
@@ -1903,7 +1903,7 @@ DOCBOOK_PROGRAMLISTING = NO
...
@@ -1903,7 +1903,7 @@ DOCBOOK_PROGRAMLISTING = NO
# still experimental and incomplete at the moment.
# still experimental and incomplete at the moment.
# The default value is: NO.
# The default value is: NO.
GENERATE_AUTOGEN_DEF
= NO
GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
# Configuration options related to the Perl module output
...
@@ -1915,7 +1915,7 @@ GENERATE_AUTOGEN_DEF = NO
...
@@ -1915,7 +1915,7 @@ GENERATE_AUTOGEN_DEF = NO
# Note that this feature is still experimental and incomplete at the moment.
# Note that this feature is still experimental and incomplete at the moment.
# The default value is: NO.
# The default value is: NO.
GENERATE_PERLMOD
= NO
GENERATE_PERLMOD = NO
# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
...
@@ -1923,7 +1923,7 @@ GENERATE_PERLMOD = NO
...
@@ -1923,7 +1923,7 @@ GENERATE_PERLMOD = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_LATEX
= NO
PERLMOD_LATEX = NO
# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
# formatted so it can be parsed by a human reader. This is useful if you want to
# formatted so it can be parsed by a human reader. This is useful if you want to
...
@@ -1933,7 +1933,7 @@ PERLMOD_LATEX = NO
...
@@ -1933,7 +1933,7 @@ PERLMOD_LATEX = NO
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_PRETTY
= YES
PERLMOD_PRETTY = YES
# The names of the make variables in the generated doxyrules.make file are
# The names of the make variables in the generated doxyrules.make file are
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
...
@@ -1941,7 +1941,7 @@ PERLMOD_PRETTY = YES
...
@@ -1941,7 +1941,7 @@ PERLMOD_PRETTY = YES
# overwrite each other's variables.
# overwrite each other's variables.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_MAKEVAR_PREFIX =
PERLMOD_MAKEVAR_PREFIX =
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
# Configuration options related to the preprocessor
...
@@ -1951,7 +1951,7 @@ PERLMOD_MAKEVAR_PREFIX =
...
@@ -1951,7 +1951,7 @@ PERLMOD_MAKEVAR_PREFIX =
# C-preprocessor directives found in the sources and include files.
# C-preprocessor directives found in the sources and include files.
# The default value is: YES.
# The default value is: YES.
ENABLE_PREPROCESSING
= YES
ENABLE_PREPROCESSING = YES
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# in the source code. If set to NO, only conditional compilation will be
...
@@ -1960,7 +1960,7 @@ ENABLE_PREPROCESSING = YES
...
@@ -1960,7 +1960,7 @@ ENABLE_PREPROCESSING = YES
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
MACRO_EXPANSION
= NO
MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
# the macro expansion is limited to the macros specified with the PREDEFINED and
...
@@ -1968,21 +1968,21 @@ MACRO_EXPANSION = NO
...
@@ -1968,21 +1968,21 @@ MACRO_EXPANSION = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_ONLY_PREDEF
= NO
EXPAND_ONLY_PREDEF = NO
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found.
# INCLUDE_PATH will be searched if a #include is found.
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SEARCH_INCLUDES
= YES
SEARCH_INCLUDES = YES
# The INCLUDE_PATH tag can be used to specify one or more directories that
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
# contain include files that are not input files but should be processed by the
# preprocessor.
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
INCLUDE_PATH
=
INCLUDE_PATH
=
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
# patterns (like *.h and *.hpp) to filter out the header-files in the
...
@@ -1990,7 +1990,7 @@ INCLUDE_PATH =
...
@@ -1990,7 +1990,7 @@ INCLUDE_PATH =
# used.
# used.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
INCLUDE_FILE_PATTERNS
=
INCLUDE_FILE_PATTERNS
=
# The PREDEFINED tag can be used to specify one or more macro names that are
# The PREDEFINED tag can be used to specify one or more macro names that are
# defined before the preprocessor is started (similar to the -D option of e.g.
# defined before the preprocessor is started (similar to the -D option of e.g.
...
@@ -2000,7 +2000,7 @@ INCLUDE_FILE_PATTERNS =
...
@@ -2000,7 +2000,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED
=
PREDEFINED
=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
# tag can be used to specify a list of macro names that should be expanded. The
...
@@ -2009,7 +2009,7 @@ PREDEFINED =
...
@@ -2009,7 +2009,7 @@ PREDEFINED =
# definition found in the source code.
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_AS_DEFINED
=
EXPAND_AS_DEFINED
=
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have
# remove all references to function-like macros that are alone on a line, have
...
@@ -2019,7 +2019,7 @@ EXPAND_AS_DEFINED =
...
@@ -2019,7 +2019,7 @@ EXPAND_AS_DEFINED =
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SKIP_FUNCTION_MACROS
= YES
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to external references
# Configuration options related to external references
...
@@ -2038,40 +2038,40 @@ SKIP_FUNCTION_MACROS = YES
...
@@ -2038,40 +2038,40 @@ SKIP_FUNCTION_MACROS = YES
# the path). If a tag file is not located in the directory in which doxygen is
# 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.
# run, you must also specify the path to the tagfile here.
TAGFILES
=
TAGFILES
=
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
# external documentation" for more information about the usage of tag files.
GENERATE_TAGFILE
=
GENERATE_TAGFILE
=
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be
# the class index. If set to NO, only the inherited external classes will be
# listed.
# listed.
# The default value is: NO.
# The default value is: NO.
ALLEXTERNALS
= NO
ALLEXTERNALS = NO
# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
# 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
# in the modules index. If set to NO, only the current project's groups will be
# listed.
# listed.
# The default value is: YES.
# The default value is: YES.
EXTERNAL_GROUPS
= YES
EXTERNAL_GROUPS = YES
# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
# the related pages index. If set to NO, only the current project's pages will
# the related pages index. If set to NO, only the current project's pages will
# be listed.
# be listed.
# The default value is: YES.
# The default value is: YES.
EXTERNAL_PAGES
= YES
EXTERNAL_PAGES = YES
# The PERL_PATH should be the absolute path and name of the perl script
# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of 'which perl').
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.
# The default file (with absolute path) is: /usr/bin/perl.
PERL_PATH
= /usr/bin/perl
PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
# Configuration options related to the dot tool
...
@@ -2084,7 +2084,7 @@ PERL_PATH = /usr/bin/perl
...
@@ -2084,7 +2084,7 @@ PERL_PATH = /usr/bin/perl
# powerful graphs.
# powerful graphs.
# The default value is: YES.
# The default value is: YES.
CLASS_DIAGRAMS
= YES
CLASS_DIAGRAMS = YES
# You can define message sequence charts within doxygen comments using the \msc
# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
# command. Doxygen will then run the mscgen tool (see:
...
@@ -2093,20 +2093,20 @@ CLASS_DIAGRAMS = YES
...
@@ -2093,20 +2093,20 @@ CLASS_DIAGRAMS = YES
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.
# default search path.
MSCGEN_PATH
=
MSCGEN_PATH
=
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.
# If left empty dia is assumed to be found in the default search path.
DIA_PATH
=
DIA_PATH
=
# If set to YES the inheritance and collaboration graphs will hide inheritance
# If set to YES the inheritance and collaboration graphs will hide inheritance
# and usage relations if the target is undocumented or is not a class.
# and usage relations if the target is undocumented or is not a class.
# The default value is: YES.
# The default value is: YES.
HIDE_UNDOC_RELATIONS
= YES
HIDE_UNDOC_RELATIONS = YES
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# available from the path. This tool is part of Graphviz (see:
...
@@ -2115,7 +2115,7 @@ HIDE_UNDOC_RELATIONS = YES
...
@@ -2115,7 +2115,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# set to NO
# The default value is: YES.
# The default value is: YES.
HAVE_DOT
= YES
HAVE_DOT = YES
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# to run in parallel. When set to 0 doxygen will base this on the number of
...
@@ -2125,7 +2125,7 @@ HAVE_DOT = YES
...
@@ -2125,7 +2125,7 @@ HAVE_DOT = YES
# Minimum value: 0, maximum value: 32, default value: 0.
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_NUM_THREADS
= 0
DOT_NUM_THREADS = 0
# When you want a differently looking font in the dot files that doxygen
# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
# generates you can specify the font name using DOT_FONTNAME. You need to make
...
@@ -2135,21 +2135,21 @@ DOT_NUM_THREADS = 0
...
@@ -2135,21 +2135,21 @@ DOT_NUM_THREADS = 0
# The default value is: Helvetica.
# The default value is: Helvetica.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTNAME
= Helvetica
DOT_FONTNAME = Helvetica
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.
# dot graphs.
# Minimum value: 4, maximum value: 24, default value: 10.
# Minimum value: 4, maximum value: 24, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTSIZE
= 10
DOT_FONTSIZE = 10
# By default doxygen will tell dot to use the default font as specified with
# By default doxygen will tell dot to use the default font as specified with
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
# the path where dot can find it using this tag.
# the path where dot can find it using this tag.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTPATH
=
DOT_FONTPATH
=
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# each documented class showing the direct and indirect inheritance relations.
# each documented class showing the direct and indirect inheritance relations.
...
@@ -2157,7 +2157,7 @@ DOT_FONTPATH =
...
@@ -2157,7 +2157,7 @@ DOT_FONTPATH =
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
CLASS_GRAPH
= YES
CLASS_GRAPH = YES
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
# graph for each documented class showing the direct and indirect implementation
...
@@ -2166,14 +2166,14 @@ CLASS_GRAPH = YES
...
@@ -2166,14 +2166,14 @@ CLASS_GRAPH = YES
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
COLLABORATION_GRAPH
= YES
COLLABORATION_GRAPH = YES
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.
# groups, showing the direct groups dependencies.
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GROUP_GRAPHS
= YES
GROUP_GRAPHS = YES
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# collaboration diagrams in a style similar to the OMG's Unified Modeling
...
@@ -2181,7 +2181,7 @@ GROUP_GRAPHS = YES
...
@@ -2181,7 +2181,7 @@ GROUP_GRAPHS = YES
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LOOK
= NO
UML_LOOK = NO
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# class node. If there are many fields or methods and many nodes the graph may
# class node. If there are many fields or methods and many nodes the graph may
...
@@ -2194,7 +2194,7 @@ UML_LOOK = NO
...
@@ -2194,7 +2194,7 @@ UML_LOOK = NO
# Minimum value: 0, maximum value: 100, default value: 10.
# Minimum value: 0, maximum value: 100, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LIMIT_NUM_FIELDS
= 10
UML_LIMIT_NUM_FIELDS = 10
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
# collaboration graphs will show the relations between templates and their
# collaboration graphs will show the relations between templates and their
...
@@ -2202,7 +2202,7 @@ UML_LIMIT_NUM_FIELDS = 10
...
@@ -2202,7 +2202,7 @@ UML_LIMIT_NUM_FIELDS = 10
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
TEMPLATE_RELATIONS
= NO
TEMPLATE_RELATIONS = NO
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
# YES then doxygen will generate a graph for each documented file showing the
...
@@ -2211,7 +2211,7 @@ TEMPLATE_RELATIONS = NO
...
@@ -2211,7 +2211,7 @@ TEMPLATE_RELATIONS = NO
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDE_GRAPH
= YES
INCLUDE_GRAPH = YES
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
# set to YES then doxygen will generate a graph for each documented file showing
...
@@ -2220,7 +2220,7 @@ INCLUDE_GRAPH = YES
...
@@ -2220,7 +2220,7 @@ INCLUDE_GRAPH = YES
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDED_BY_GRAPH
= YES
INCLUDED_BY_GRAPH = YES
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.
# dependency graph for every global function or class method.
...
@@ -2231,7 +2231,7 @@ INCLUDED_BY_GRAPH = YES
...
@@ -2231,7 +2231,7 @@ INCLUDED_BY_GRAPH = YES
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
CALL_GRAPH
= NO
CALL_GRAPH = NO
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
# dependency graph for every global function or class method.
...
@@ -2242,14 +2242,14 @@ CALL_GRAPH = NO
...
@@ -2242,14 +2242,14 @@ CALL_GRAPH = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
CALLER_GRAPH
= NO
CALLER_GRAPH = NO
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.
# hierarchy of all classes instead of a textual one.
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GRAPHICAL_HIERARCHY
= YES
GRAPHICAL_HIERARCHY = YES
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependencies a directory has on other directories in a graphical way. The
...
@@ -2258,7 +2258,7 @@ GRAPHICAL_HIERARCHY = YES
...
@@ -2258,7 +2258,7 @@ GRAPHICAL_HIERARCHY = YES
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DIRECTORY_GRAPH
= YES
DIRECTORY_GRAPH = YES
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot.
# generated by dot.
...
@@ -2271,7 +2271,7 @@ DIRECTORY_GRAPH = YES
...
@@ -2271,7 +2271,7 @@ DIRECTORY_GRAPH = YES
# The default value is: png.
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_IMAGE_FORMAT
= png
DOT_IMAGE_FORMAT = png
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning.
# enable generation of interactive SVG images that allow zooming and panning.
...
@@ -2283,32 +2283,32 @@ DOT_IMAGE_FORMAT = png
...
@@ -2283,32 +2283,32 @@ DOT_IMAGE_FORMAT = png
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INTERACTIVE_SVG
= NO
INTERACTIVE_SVG = NO
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
# found. If left blank, it is assumed the dot tool can be found in the path.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_PATH
=
DOT_PATH
=
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the \dotfile
# contain dot files that are included in the documentation (see the \dotfile
# command).
# command).
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOTFILE_DIRS
=
DOTFILE_DIRS
=
# The MSCFILE_DIRS tag can be used to specify one or more directories that
# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# contain msc files that are included in the documentation (see the \mscfile
# command).
# command).
MSCFILE_DIRS
=
MSCFILE_DIRS
=
# The DIAFILE_DIRS tag can be used to specify one or more directories that
# The DIAFILE_DIRS tag can be used to specify one or more directories that
# contain dia files that are included in the documentation (see the \diafile
# contain dia files that are included in the documentation (see the \diafile
# command).
# command).
DIAFILE_DIRS
=
DIAFILE_DIRS
=
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# path where java can find the plantuml.jar file. If left blank, it is assumed
# path where java can find the plantuml.jar file. If left blank, it is assumed
...
@@ -2316,12 +2316,12 @@ DIAFILE_DIRS =
...
@@ -2316,12 +2316,12 @@ DIAFILE_DIRS =
# generate a warning when it encounters a \startuml command in this case and
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.
# will not generate output for the diagram.
PLANTUML_JAR_PATH
=
PLANTUML_JAR_PATH
=
# When using plantuml, the specified paths are searched for files specified by
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.
# the !include statement in a plantuml block.
PLANTUML_INCLUDE_PATH
=
PLANTUML_INCLUDE_PATH
=
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
# that will be shown in the graph. If the number of nodes in a graph becomes
...
@@ -2333,7 +2333,7 @@ PLANTUML_INCLUDE_PATH =
...
@@ -2333,7 +2333,7 @@ PLANTUML_INCLUDE_PATH =
# Minimum value: 0, maximum value: 10000, default value: 50.
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_GRAPH_MAX_NODES
= 50
DOT_GRAPH_MAX_NODES = 50
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
# generated by dot. A depth value of 3 means that only nodes reachable from the
...
@@ -2345,7 +2345,7 @@ DOT_GRAPH_MAX_NODES = 50
...
@@ -2345,7 +2345,7 @@ DOT_GRAPH_MAX_NODES = 50
# Minimum value: 0, maximum value: 1000, default value: 0.
# Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
MAX_DOT_GRAPH_DEPTH
= 0
MAX_DOT_GRAPH_DEPTH = 0
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, because dot on Windows does not seem
# background. This is disabled by default, because dot on Windows does not seem
...
@@ -2357,7 +2357,7 @@ MAX_DOT_GRAPH_DEPTH = 0
...
@@ -2357,7 +2357,7 @@ MAX_DOT_GRAPH_DEPTH = 0
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_TRANSPARENT
= NO
DOT_TRANSPARENT = NO
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# files in one run (i.e. multiple -o and -T options on the command line). This
...
@@ -2366,7 +2366,7 @@ DOT_TRANSPARENT = NO
...
@@ -2366,7 +2366,7 @@ DOT_TRANSPARENT = NO
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS
= NO
DOT_MULTI_TARGETS = NO
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# explaining the meaning of the various boxes and arrows in the dot generated
...
@@ -2374,11 +2374,11 @@ DOT_MULTI_TARGETS = NO
...
@@ -2374,11 +2374,11 @@ DOT_MULTI_TARGETS = NO
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GENERATE_LEGEND
= YES
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
# files that are used to generate the various graphs.
# files that are used to generate the various graphs.
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_CLEANUP
= YES
DOT_CLEANUP = YES
camogm.h
View file @
5aea3da4
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
/**
/**
* @struct rawdev_buffer
* @struct rawdev_buffer
* @brief Holds pointers related to raw device buffer operation
* @brief Holds pointers related to raw device buffer operation
* @var rawdv_buffer::rawdev_fd
* @var rawd
e
v_buffer::rawdev_fd
* File descriptor of open raw device
* File descriptor of open raw device
* @var rawdev_buffer::rawdev_path
* @var rawdev_buffer::rawdev_path
* A string containing full path to raw device
* A string containing full path to raw device
...
...
camogm_jpeg.c
View file @
5aea3da4
/*!***************************************************************************
/** @file camogm_jpeg.c
*! FILE NAME : camogm_jpeg.c
* @brief Provides writing to series of individual JPEG files for camogm
*! DESCRIPTION: Provides writing to series of individual JPEG files for camogm
* @copyright Copyright (C) 2016 Elphel, Inc.
*! Copyright (C) 2007 Elphel, Inc.
*
*! -----------------------------------------------------------------------------**
* @par <b>License</b>
*! This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
*! it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
*! the Free Software Foundation, either version 3 of the License, or
* the Free Software Foundation, either version 3 of the License, or
*! (at your option) any later version.
* (at your option) any later version.
*!
* This program is distributed in the hope that it will be useful,
*! This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
*! but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*! GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
*!
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*! You should have received a copy of the GNU General Public License
*! along with this program. If not, see <http://www.gnu.org/licenses/>.
*! -----------------------------------------------------------------------------**
*!
*! $Log: camogm_jpeg.c,v $
*! Revision 1.2 2009/02/25 17:50:51 spectr_rain
*! removed deprecated dependency
*!
*! Revision 1.1.1.1 2008/11/27 20:04:01 elphel
*!
*!
*! Revision 1.3 2008/04/11 23:09:33 elphel
*! modified to handle kml generation
*!
*! Revision 1.2 2007/11/19 03:23:21 elphel
*! 7.1.5.5 Added support for *.mov files in camogm.
*!
*! Revision 1.1 2007/11/16 08:49:57 elphel
*! Initial release of camogm - program to record video/image to the camera hard drive (or other storage)
*!
*/
*/
/** @brief This define is needed to use lseek64 and should be set before includes */
#define _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
//!Not all are needed, just copied from the camogm.c
//!Not all are needed, just copied from the camogm.c
...
@@ -58,7 +39,7 @@
...
@@ -58,7 +39,7 @@
//#include <sys/ioctl.h>
//#include <sys/ioctl.h>
//#include <c313a.h>
//#include <c313a.h>
#include <asm/byteorder.h>
//
#include <asm/byteorder.h>
//#include <ogg/ogg.h> // has to be before ogmstreams.h
//#include <ogg/ogg.h> // has to be before ogmstreams.h
//#include "ogmstreams.h" // move it to <>?
//#include "ogmstreams.h" // move it to <>?
...
@@ -119,17 +100,6 @@ int camogm_start_jpeg(camogm_state *state)
...
@@ -119,17 +100,6 @@ int camogm_start_jpeg(camogm_state *state)
return
0
;
return
0
;
}
}
void
dump_chunk
(
struct
iovec
*
vec
)
{
unsigned
char
*
ptr
=
vec
->
iov_base
;
for
(
int
i
=
0
;
i
<
vec
->
iov_len
;
i
++
)
{
printf
(
"0x%02x "
,
ptr
[
i
]);
if
(
i
%
15
==
0
)
printf
(
"
\n
"
);
}
}
/**
/**
* @brief Write single JPEG frame
* @brief Write single JPEG frame
*
*
...
@@ -154,12 +124,6 @@ int camogm_frame_jpeg(camogm_state *state)
...
@@ -154,12 +124,6 @@ int camogm_frame_jpeg(camogm_state *state)
chunks_iovec
[
i
].
iov_len
=
state
->
packetchunks
[
i
+
1
].
bytes
;
chunks_iovec
[
i
].
iov_len
=
state
->
packetchunks
[
i
+
1
].
bytes
;
l
+=
chunks_iovec
[
i
].
iov_len
;
l
+=
chunks_iovec
[
i
].
iov_len
;
}
}
printf
(
"0 chunk dump:
\n
"
);
dump_chunk
(
&
chunks_iovec
[
0
]);
printf
(
"1 chunk dump
\n
"
);
dump_chunk
(
&
chunks_iovec
[
1
]);
sprintf
(
state
->
path
,
"%s%010ld_%06ld.jpeg"
,
state
->
path_prefix
,
state
->
this_frame_params
[
port
].
timestamp_sec
,
state
->
this_frame_params
[
port
].
timestamp_usec
);
sprintf
(
state
->
path
,
"%s%010ld_%06ld.jpeg"
,
state
->
path_prefix
,
state
->
this_frame_params
[
port
].
timestamp_sec
,
state
->
this_frame_params
[
port
].
timestamp_usec
);
if
(((
state
->
ivf
=
open
(
state
->
path
,
O_RDWR
|
O_CREAT
,
0777
)))
<
0
)
{
if
(((
state
->
ivf
=
open
(
state
->
path
,
O_RDWR
|
O_CREAT
,
0777
)))
<
0
)
{
D0
(
fprintf
(
debug_file
,
"Error opening %s for writing, returned %d, errno=%d
\n
"
,
state
->
path
,
state
->
ivf
,
errno
));
D0
(
fprintf
(
debug_file
,
"Error opening %s for writing, returned %d, errno=%d
\n
"
,
state
->
path
,
state
->
ivf
,
errno
));
...
...
camogm_jpeg.h
View file @
5aea3da4
/** @file camogm_jpeg.h
* @brief Provides writing to series of individual JPEG files for camogm
* @copyright Copyright (C) 2016 Elphel, Inc.
*
* @par <b>License</b>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _CAMOGM_JPEG_H
#ifndef _CAMOGM_JPEG_H
#define _CAMOGM_JPEG_H
#define _CAMOGM_JPEG_H
...
...
camogm_read.c
View file @
5aea3da4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @brief Provides reading data written to raw device storage and saving the data to a device with file system.
* @brief Provides reading data written to raw device storage and saving the data to a device with file system.
* @copyright Copyright (C) 2016 Elphel, Inc.
* @copyright Copyright (C) 2016 Elphel, Inc.
*
*
*
<b>License:
</b>
*
@par <b>License
</b>
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* the Free Software Foundation, either version 3 of the License, or
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
*/
/** @brief This define is needed to use
d
lseek64 and should be set before includes */
/** @brief This define is needed to use lseek64 and should be set before includes */
#define _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#include <stdio.h>
#include <stdio.h>
...
@@ -179,10 +179,6 @@ struct tiff_hdr {
...
@@ -179,10 +179,6 @@ struct tiff_hdr {
* @brief This structure holds data associated with currently opened file.
* @brief This structure holds data associated with currently opened file.
* @var file_opts::fh
* @var file_opts::fh
* FILE pointer
* FILE pointer
* @var file_opts::path_prefix
* Contains path to currently opened file
* @var file_opts::file_name
* Contains full path to file currently opened file
* @var file_opts::file_cntr
* @var file_opts::file_cntr
* Indicates the number of files read from raw storage device
* Indicates the number of files read from raw storage device
* @var file_opts::file_state
* @var file_opts::file_state
...
@@ -251,7 +247,7 @@ static int find_marker(const unsigned char * restrict buff_ptr, ssize_t buff_sz,
...
@@ -251,7 +247,7 @@ static int find_marker(const unsigned char * restrict buff_ptr, ssize_t buff_sz,
* @param[in,out] ifd a pointer to a structure which should be converted
* @param[in,out] ifd a pointer to a structure which should be converted
* @return None
* @return None
*/
*/
void
ifd_byte_order
(
struct
ifd_entry
*
ifd
)
static
void
ifd_byte_order
(
struct
ifd_entry
*
ifd
)
{
{
unsigned
long
offset
;
unsigned
long
offset
;
...
@@ -266,10 +262,10 @@ void ifd_byte_order(struct ifd_entry *ifd)
...
@@ -266,10 +262,10 @@ void ifd_byte_order(struct ifd_entry *ifd)
/**
/**
* @brief Convert byte order for all fields in #tiff_hdr structure
* @brief Convert byte order for all fields in #tiff_hdr structure
* @param[in,out]
ifd
a pointer to a structure which should be converted
* @param[in,out]
hdr
a pointer to a structure which should be converted
* @return None
* @return None
*/
*/
void
hdr_byte_order
(
struct
tiff_hdr
*
hdr
)
static
void
hdr_byte_order
(
struct
tiff_hdr
*
hdr
)
{
{
hdr
->
byte_order
=
__be16_to_cpu
(
hdr
->
byte_order
);
hdr
->
byte_order
=
__be16_to_cpu
(
hdr
->
byte_order
);
hdr
->
mark
=
__be16_to_cpu
(
hdr
->
mark
);
hdr
->
mark
=
__be16_to_cpu
(
hdr
->
mark
);
...
@@ -285,7 +281,7 @@ void hdr_byte_order(struct tiff_hdr *hdr)
...
@@ -285,7 +281,7 @@ void hdr_byte_order(struct tiff_hdr *hdr)
* @param[out] buff buffer for the string
* @param[out] buff buffer for the string
* @return The number of bytes placed to the read buffer
* @return The number of bytes placed to the read buffer
*/
*/
size_t
exif_get_text
(
camogm_state
*
state
,
struct
ifd_entry
*
ifd
,
unsigned
char
*
buff
)
s
tatic
s
ize_t
exif_get_text
(
camogm_state
*
state
,
struct
ifd_entry
*
ifd
,
unsigned
char
*
buff
)
{
{
size_t
j
=
0
;
size_t
j
=
0
;
size_t
sz
=
ifd
->
len
*
exif_data_fmt
[
ifd
->
format
];
size_t
sz
=
ifd
->
len
*
exif_data_fmt
[
ifd
->
format
];
...
@@ -314,7 +310,7 @@ size_t exif_get_text(camogm_state *state, struct ifd_entry *ifd, unsigned char *
...
@@ -314,7 +310,7 @@ size_t exif_get_text(camogm_state *state, struct ifd_entry *ifd, unsigned char *
*
*
* where NN is PageNumber; YYYY, MM and DD are year, month and date extracted from DateTimeOriginal
* where NN is PageNumber; YYYY, MM and DD are year, month and date extracted from DateTimeOriginal
* field; HH, MM and SS are hours, minutes and seconds extracted from DateTimeOriginal field; UUUUUU is us
* field; HH, MM and SS are hours, minutes and seconds extracted from DateTimeOriginal field; UUUUUU is us
* value extracted from SubSecTimeOriginal field. The function assumes that
<e>
name buffer is big enough
* value extracted from SubSecTimeOriginal field. The function assumes that
@e
name buffer is big enough
* to hold the file name in the format shown above including the terminating null byte.
* to hold the file name in the format shown above including the terminating null byte.
* @param[in] state a pointer to a structure containing current state
* @param[in] state a pointer to a structure containing current state
* @param[out] name resulting file name
* @param[out] name resulting file name
...
@@ -410,7 +406,6 @@ static int make_fname(camogm_state *state, char *name)
...
@@ -410,7 +406,6 @@ static int make_fname(camogm_state *state, char *name)
* @brief Create new file name string and open a file
* @brief Create new file name string and open a file
* @param[in] f_op pointer to a structure holding information about currently opened file
* @param[in] f_op pointer to a structure holding information about currently opened file
* @return \e FILE_OK if file was successfully opened and \e FILE_OPEN_ERR otherwise
* @return \e FILE_OK if file was successfully opened and \e FILE_OPEN_ERR otherwise
* @todo retrieve time stamp and use it in file name
*/
*/
static
int
start_new_file
(
struct
file_opts
*
f_op
)
static
int
start_new_file
(
struct
file_opts
*
f_op
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment