Skip to content

Commit fa47c5c

Browse files
author
John Nonweiler
committed
Fix link in util/README.md
1 parent 9545b12 commit fa47c5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/expected_doxygen_warnings.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
/cbmc/doc/architectural/howto.md:260: warning: found </div> at different nesting level (6) than expected (3)
2828
/cbmc/doc/architectural/howto.md:261: warning: end of comment block while expecting command </div>
2929
/cbmc/src/solvers/README.md:4: warning: @copydetails or @copydoc target 'generate_instantiations(messaget::mstreamt &stream, const string_constraint_generatort &generator, const index_set_pairt &index_set, const string_axiomst &axioms, const std::map<string_not_contains_constraintt, symbol_exprt> &not_contain_witnesses).' not found
30-
/cbmc/src/util/README.md:245: warning: unable to resolve reference to `ansi_ct' for \ref command
3130
/cbmc/src/cbmc/bmc.cpp:473: warning: argument 'message' of command @param is not found in the argument list of bmct::do_language_agnostic_bmc(const path_strategy_choosert &path_strategy_chooser, const optionst &opts, abstract_goto_modelt &model, ui_message_handlert &ui, std::function< void(bmct &, const symbol_tablet &)> driver_configure_bmc=nullptr, std::function< bool(void)> callback_after_symex=nullptr)
3231
/cbmc/src/cbmc/bmc.h:124: warning: The following parameters of bmct::do_language_agnostic_bmc(const path_strategy_choosert &path_strategy_chooser, const optionst &opts, abstract_goto_modelt &model, ui_message_handlert &ui, std::function< void(bmct &, const symbol_tablet &)> driver_configure_bmc=nullptr, std::function< bool(void)> callback_after_symex=nullptr) are not documented:
3332
parameter 'path_strategy_chooser'

src/util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ Symbols have:
241241
* A mode, which indicates the source language frontend responsible for creating
242242
them. This is mainly used in pretty-printing the symbol table, to indicate
243243
the appropriate language frontend to use rendering the symbol's value and/or
244-
type. For example, mode == ID_C == "C" indicates that \ref ansi_ct, the C
245-
front-end, should be used to pretty-print, which in turn delegates to
244+
type. For example, mode == ID_C == "C" indicates that \ref ansi_c_languaget,
245+
the C front-end, should be used to pretty-print, which in turn delegates to
246246
\ref expr2ct.
247247
* A base-name and pretty-name, which are a short and user-friendly version of
248248
the symbol's definitive name respectively.

0 commit comments

Comments
 (0)