Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 9c71b57f authored by snuverink_j's avatar snuverink_j
Browse files

Doxygen: all source files as input, for #373

parent 31fa195d
No related branches found
No related tags found
1 merge request!189Resolve "Doxyfile INPUT only containing `OPAL-Map` input files"
......@@ -764,15 +764,10 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
#INPUT = ./src \
# ./src/Classic \
# ./ippl/src \
# ./optimizer
INPUT = ./src/Algorithms/ThickTracker.h \
./src/Algorithms/Hamiltonian.h \
./src/Algorithms/MapAnalyser.h \
INPUT = ./src \
./ippl/src \
./optimizer
# 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
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
......@@ -796,10 +791,10 @@ FILE_PATTERNS = *.c \
*.cc \
*.h \
*.hh \
*.H \
*.f90 \
*.hpp
*.H \
*.f90 \
*.hpp
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
......@@ -2333,4 +2328,4 @@ GENERATE_LEGEND = YES
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_CLEANUP = YES
DOT_CLEANUP = YES
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment