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
Show whitespace changes
Inline
Side-by-side
NumA++.doxyfile
View file @
cb14d3c8
...
@@ -38,7 +38,7 @@ PROJECT_NAME = PARTONS/NumA++
...
@@ -38,7 +38,7 @@ PROJECT_NAME = PARTONS/NumA++
# 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
...
@@ -228,8 +228,7 @@ TAB_SIZE = 8
...
@@ -228,8 +228,7 @@ 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"
...
@@ -529,7 +528,7 @@ HIDE_SCOPE_NAMES = NO
...
@@ -529,7 +528,7 @@ HIDE_SCOPE_NAMES = NO
# 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.
...
@@ -633,7 +632,7 @@ GENERATE_BUGLIST = YES
...
@@ -633,7 +632,7 @@ GENERATE_BUGLIST = YES
# 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>
...
@@ -781,8 +780,7 @@ WARN_LOGFILE =
...
@@ -781,8 +780,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
# Note: If this tag is empty the current directory is searched.
INPUT = src \
INPUT = src include
include
# 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
...
...
Write
Preview
Supports
Markdown
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