Skip to content

Commit c138014

Browse files
Ignore false doxygen warnings
Doxygen cannot relate a function declaration to its matching definition, and output warnings even though the declaration does not have documentation.
1 parent 166d145 commit c138014

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/expected_doxygen_warnings.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/home/travis/build/diffblue/cbmc/src/pointer-analysis/value_set.cpp:353: warning: no uniquely matching class member found for
2+
void value_sett::get_value_set(exprt expr, std::list< exprt > &dest, const namespacet &ns) const
3+
Possible candidates:
4+
std::vector< exprt > value_sett::get_value_set(exprt expr, const namespacet &ns) const' at line 276 of file /home/travis/build/diffblue/cbmc/src/pointer-analysis/value_set.h
5+
object_mapt value_sett::get_value_set(exprt expr, const namespacet &ns, bool is_simplified) const' at line 480 of file /home/travis/build/diffblue/cbmc/src/pointer-analysis/value_set.h
6+
/home/travis/build/diffblue/cbmc/src/pointer-analysis/value_set.cpp:381: warning: no uniquely matching class member found for
7+
void value_sett::get_value_set(exprt expr, object_mapt &dest, const namespacet &ns, bool is_simplified) const
8+
Possible candidates:
9+
std::vector< exprt > value_sett::get_value_set(exprt expr, const namespacet &ns) const' at line 276 of file /home/travis/build/diffblue/cbmc/src/pointer-analysis/value_set.h
10+
object_mapt value_sett::get_value_set(exprt expr, const namespacet &ns, bool is_simplified) const' at line 480 of file /home/travis/build/diffblue/cbmc/src/pointer-analysis/value_set.h
11+
112
/cbmc/src/solvers/miniBDD/miniBDD.cpp:402: warning: documented symbol `mini_bddt mini_bddt::operator &' was not declared or defined.
213
/cbmc/src/solvers/sat/satcheck_glucose.cpp:228: warning: no matching class member found for
314
template <>

0 commit comments

Comments
 (0)