Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
numa
Commits
cb14d3c8
Commit
cb14d3c8
authored
Feb 21, 2020
by
Pawel Sznajder
Browse files
change code version in doxygen
parent
87cd0d7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
NumA++.doxyfile
View file @
cb14d3c8
...
@@ -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
= PARTONS/NumA++
PROJECT_NAME = PARTONS/NumA++
# 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
=
1
.0
PROJECT_NUMBER =
2
.0
# 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
= "Numerical Analysis C++ routines"
PROJECT_BRIEF = "Numerical Analysis C++ routines"
# 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
= ../partons/doc/images/logo_partons_77x50.jpg
PROJECT_LOGO = ../partons/doc/images/logo_partons_77x50.jpg
# 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
= doc
OUTPUT_DIRECTORY = doc
# 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 = doc
...
@@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = doc
# 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
= YES
JAVADOC_AUTOBRIEF = YES
# 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 = YES
...
@@ -185,7 +185,7 @@ JAVADOC_AUTOBRIEF = YES
# 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
= 8
TAB_SIZE = 8
# 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,14 +228,13 @@ TAB_SIZE = 8
...
@@ -228,14 +228,13 @@ TAB_SIZE = 8
# "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 = "st{1}=\htmlonly<span style='text-decoration:line-through'>\1</span>\endhtmlonly" \
ALIASES = "st{1}=\htmlonly<span style='text-decoration:line-through'>\1</span>\endhtmlonly" "color{2}=\htmlonly<span style='color:\1'>\2</span>\endhtmlonly"
"color{2}=\htmlonly<span style='color:\1'>\2</span>\endhtmlonly"
# 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
...
@@ -243,7 +242,7 @@ TCL_SUBST =
...
@@ -243,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
= NO
OPTIMIZE_OUTPUT_FOR_C = NO
# 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
...
@@ -251,19 +250,19 @@ OPTIMIZE_OUTPUT_FOR_C = NO
...
@@ -251,19 +250,19 @@ OPTIMIZE_OUTPUT_FOR_C = NO
# 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
...
@@ -282,7 +281,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
...
@@ -282,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
...
@@ -292,7 +291,7 @@ EXTENSION_MAPPING =
...
@@ -292,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 the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
# to that level are automatically included in the table of contents, even if
# to that level are automatically included in the table of contents, even if
...
@@ -301,7 +300,7 @@ MARKDOWN_SUPPORT = YES
...
@@ -301,7 +300,7 @@ MARKDOWN_SUPPORT = YES
# Minimum value: 0, maximum value: 99, default value: 0.
# Minimum value: 0, maximum value: 99, default value: 0.
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
TOC_INCLUDE_HEADINGS
= 0
TOC_INCLUDE_HEADINGS = 0
# 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
...
@@ -309,7 +308,7 @@ TOC_INCLUDE_HEADINGS = 0
...
@@ -309,7 +308,7 @@ TOC_INCLUDE_HEADINGS = 0
# 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
...
@@ -319,13 +318,13 @@ AUTOLINK_SUPPORT = YES
...
@@ -319,13 +318,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
= YES
BUILTIN_STL_SUPPORT = YES
# 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
...
@@ -333,7 +332,7 @@ CPP_CLI_SUPPORT = NO
...
@@ -333,7 +332,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
...
@@ -343,7 +342,7 @@ SIP_SUPPORT = NO
...
@@ -343,7 +342,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
...
@@ -351,7 +350,7 @@ IDL_PROPERTY_SUPPORT = YES
...
@@ -351,7 +350,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
= YES
DISTRIBUTE_GROUP_DOC = YES
# If one adds a struct or class to a group and this option is enabled, then also
# If one adds a struct or class to a group and this option is enabled, then also
# any nested class or struct is added to the same group. By default this option
# any nested class or struct is added to the same group. By default this option
...
@@ -367,7 +366,7 @@ GROUP_NESTED_COMPOUNDS = NO
...
@@ -367,7 +366,7 @@ GROUP_NESTED_COMPOUNDS = 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)
...
@@ -388,7 +387,7 @@ INLINE_GROUPED_CLASSES = NO
...
@@ -388,7 +387,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
...
@@ -399,7 +398,7 @@ INLINE_SIMPLE_STRUCTS = NO
...
@@ -399,7 +398,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
...
@@ -412,7 +411,7 @@ TYPEDEF_HIDES_STRUCT = NO
...
@@ -412,7 +411,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
...
@@ -426,25 +425,25 @@ LOOKUP_CACHE_SIZE = 0
...
@@ -426,25 +425,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
= YES
EXTRACT_ALL = YES
# 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
= YES
EXTRACT_PRIVATE = YES
# 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 = NO
# 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,
...
@@ -452,7 +451,7 @@ EXTRACT_STATIC = NO
...
@@ -452,7 +451,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
...
@@ -460,7 +459,7 @@ EXTRACT_LOCAL_CLASSES = YES
...
@@ -460,7 +459,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
...
@@ -469,7 +468,7 @@ EXTRACT_LOCAL_METHODS = NO
...
@@ -469,7 +468,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
...
@@ -477,7 +476,7 @@ EXTRACT_ANON_NSPACES = NO
...
@@ -477,7 +476,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
...
@@ -485,28 +484,28 @@ HIDE_UNDOC_MEMBERS = NO
...
@@ -485,28 +484,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.