Merge branch release-5-0
[alexxy/gromacs.git] / docs / doxygen / suppressions.txt
1 # The script is currently a bit too eager
2 share/template/template.cpp: error: source file documentation appears outside full documentation
3 # The parser in the script is not clever enough
4 src/gromacs/version.h: warning: includes local file as <gromacs/version.h>
5
6 # These are OK
7 src/gromacs/math/vec.h: warning: installed header includes non-installed "config.h"
8 src/gromacs/linearalgebra/eigensolver.c: warning: should include "config.h"
9 src/gromacs/linearalgebra/gmx_arpack.c: warning: should include "config.h"
10 src/gromacs/linearalgebra/gmx_blas/*: warning: does not include "gmxpre.h" first
11 src/gromacs/linearalgebra/gmx_blas/*: warning: should include "config.h"
12 src/gromacs/linearalgebra/gmx_lapack/*: warning: does not include "gmxpre.h" first
13 src/gromacs/linearalgebra/gmx_lapack/*: warning: should include "config.h"
14 src/gromacs/utility/baseversion-gen.c: warning: does not include "gmxpre.h" first
15
16 # This module name doesn't really fall into any currently used pattern; needs some thought
17 : error: no matching directory for module: module_mdrun_integration_tests
18
19 # These would be nice to fix, but can wait for later
20 src/gromacs/gmxlib/nonbonded/nb_kernel_*/*: warning: included file "gromacs/simd/math_x86_*.h" is not documented as exposed outside its module
21 src/gromacs/gmxlib/nonbonded/nb_kernel_*/*: warning: includes "config.h" unnecessarily
22 src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.c: warning: includes "config.h" unnecessarily
23 src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref.c: warning: includes "config.h" unnecessarily
24 src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.c: warning: includes "config.h" unnecessarily
25 src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn_common.h: warning: should include "config.h"
26 src/gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn.c: warning: includes "config.h" unnecessarily
27
28 # These are specific to Folding@Home, and easiest to suppress here
29 *: warning: includes non-local file as "corewrap.h"
30 src/gmxpre.h: warning: includes non-local file as "swindirect.h"