Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
amdis
amdis-core
Commits
5cccd9a5
Commit
5cccd9a5
authored
6 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
corrected paths in DoxyLocal
parent
c27b2e73
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/doxygen/Doxylocal
+14
-13
14 additions, 13 deletions
doc/doxygen/Doxylocal
with
14 additions
and
13 deletions
doc/doxygen/Doxylocal
+
14
−
13
View file @
5cccd9a5
# This file contains local changes to the doxygen configuration
# This file contains local changes to the doxygen configuration
# please us '+=' to add file/directories to the lists
# please us '+=' to add file/directories to the lists
PROJECT_NAME = AMDiS
FILE_PATTERNS += *.hpp \
FILE_PATTERNS += *.hpp \
*.cpp \
*.cpp \
*.md
*.md
...
@@ -19,22 +20,22 @@ EXCLUDE_SYMBOLS = AMDiS::Impl \
...
@@ -19,22 +20,22 @@ EXCLUDE_SYMBOLS = AMDiS::Impl \
PREDEFINED += HAVE_UMFPACK \
PREDEFINED += HAVE_UMFPACK \
HAVE_ALBERTA \
HAVE_ALBERTA \
HAVE_UG \
HAVE_UG \
AMDIS_BACKEND
_MTL
HAVE
_MTL
# The INPUT tag can be used to specify the files and/or directories that contain
# The INPUT tag can be used to specify the files and/or directories that contain
# documented source files. You may enter file names like "myfile.cpp" or
# documented source files. You may enter file names like "myfile.cpp" or
# directories like "/usr/src/myproject". Separate the files or directories
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
# with spaces.
INPUT += @top_srcdir@/
dune
/amdis \
INPUT += @top_srcdir@/
src
/amdis \
@top_srcdir@/
dune
/amdis/assembler \
@top_srcdir@/
src
/amdis/assembler \
@top_srcdir@/
dune
/amdis/common \
@top_srcdir@/
src
/amdis/common \
@top_srcdir@/
dune
/amdis/gridfunctions \
@top_srcdir@/
src
/amdis/gridfunctions \
@top_srcdir@/
dune
/amdis/io \
@top_srcdir@/
src
/amdis/io \
@top_srcdir@/
dune
/amdis/linear_algebra \
@top_srcdir@/
src
/amdis/linear_algebra \
@top_srcdir@/
dune
/amdis/linear_algebra/mtl \
@top_srcdir@/
src
/amdis/linear_algebra/mtl \
@top_srcdir@/
dune
/amdis/operations \
@top_srcdir@/
src
/amdis/operations \
@top_srcdir@/
dune
/amdis/utility \
@top_srcdir@/
src
/amdis/utility \
@top_srcdir@/doc
@top_srcdir@/doc
# see e.g. dune-grid for the examples of mainpage and modules
# see e.g. dune-grid for the examples of mainpage and modules
#INPUT += @srcdir@/mainpage \
#INPUT += @srcdir@/mainpage \
...
@@ -44,14 +45,14 @@ INPUT += @top_srcdir@/dune/amdis \
...
@@ -44,14 +45,14 @@ INPUT += @top_srcdir@/dune/amdis \
# 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
# subdirectory from a directory tree whose root is specified with the INPUT tag.
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE += @top_srcdir@/
dune
/amdis/
test
\
EXCLUDE += @top_srcdir@/
src
/amdis/
linear_algebra/eigen
\
@top_srcdir@/
dune
/amdis/linear_algebra/istl
@top_srcdir@/
src
/amdis/linear_algebra/istl
# The EXAMPLE_PATH tag can be used to specify one or more files or
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see
# directories that contain example code fragments that are included (see
# the \include command).
# the \include command).
EXAMPLE_PATH += @top_srcdir@/
src
EXAMPLE_PATH += @top_srcdir@/
examples
# The IMAGE_PATH tag can be used to specify one or more files or
# The IMAGE_PATH tag can be used to specify one or more files or
# directories that contain image that are included in the documentation (see
# directories that contain image that are included in the documentation (see
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment