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
fa2971d5
Commit
fa2971d5
authored
May 16, 2017
by
Nabil Chouika
Browse files
Documentation
- Generate tag file to be used by PARTONS documentation.
parent
98bf8715
Changes
4
Hide whitespace changes
Inline
Side-by-side
NumA++.doxyfile
View file @
fa2971d5
...
...
@@ -1548,7 +1548,7 @@ TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
GENERATE_TAGFILE =
GENERATE_TAGFILE =
doc/NumA++Doxygen.tag
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes
...
...
doc/.gitignore
0 → 100644
View file @
fa2971d5
/NumA++Doxygen.tag
/html/
include/NumA/functor/multi_dimension/FunctorMD.h
View file @
fa2971d5
...
...
@@ -18,7 +18,8 @@ namespace NumA {
/**
* @class FunctorMD
*
* @brief
* @brief Class for defining multi-dimensional functions that can be used in virtual methods.
* This is needed to circumvent the issue that templates and virtual methods are incompatible.
*/
template
<
typename
PointerToObj
,
typename
PointerToFunc
>
...
...
include/NumA/functor/one_dimension/Functor1D.h
View file @
fa2971d5
...
...
@@ -17,7 +17,8 @@ namespace NumA {
/**
* @class Functor1D
*
* @brief
* @brief Class for defining 1D functions that can be used in virtual methods.
* This is needed to circumvent the issue that templates and virtual methods are incompatible.
*/
template
<
typename
PointerToObj
,
typename
PointerToFunc
>
...
...
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