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