d458f559f36a18cb29ca899e57efc28c9d88ec93
[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 # Exclude header files that are used for inlining code; the responsibility for
17 # making the right #includes should be on the source file that uses these.
18 # TODO: # Stop using the preprocessor for meta-programming!
19 src/gromacs/ewald/pme-simd4.h: warning: should include "simd.h"
20 src/gromacs/ewald/pme-simd4.h: warning: should include "pme-simd.h"
21 src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_*.h: warning: should include "simd.h"
22 src/gromacs/gmxlib/nonbonded/nb_kernel_sparc64_hpc_ace_double/kernelutil_sparc64_hpc_ace_double.h: warning: includes "simd.h" unnecessarily
23 src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn_inner.h: warning: should include "simd.h"
24 src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn_outer.h: warning: should include "simd.h"
25 src/gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn_inner.h: warning: should include "simd.h"
26 src/gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn_outer.h: warning: should include "simd.h"
27 src/gromacs/mdlib/nbnxn_search_simd_2xnn.h: warning: should include "simd.h"
28 src/gromacs/mdlib/nbnxn_search_simd_4xn.h: warning: should include "simd.h"
29
30 # There's no decision yet on how to name and organize modules of functionality
31 # specific to mdrun
32 : error: no matching directory for module: module_mdrun
33
34 # This module name doesn't really fall into any currently used pattern; needs some thought
35 : error: no matching directory for module: module_mdrun_integration_tests
36
37 # These would be nice to fix, but can wait for later
38 src/gromacs/gmxlib/nonbonded/nb_kernel_*/*: warning: included file "gromacs/simd/math_x86_*.h" is not documented as exposed outside its module
39 src/gromacs/gmxlib/nonbonded/nb_kernel_*/*: warning: includes "config.h" unnecessarily
40 src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_gpu_ref.c: warning: includes "config.h" unnecessarily
41 src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref.c: warning: includes "config.h" unnecessarily
42 src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.c: warning: includes "config.h" unnecessarily
43 src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn_common.h: warning: should include "config.h"
44 src/gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn.c: warning: includes "config.h" unnecessarily
45
46 # These are specific to Folding@Home, and easiest to suppress here
47 *: warning: includes non-local file as "corewrap.h"
48 src/gmxpre.h: warning: includes non-local file as "swindirect.h"