Skip to content

Commit ada1756

Browse files
author
John Nonweiler
committed
Update params in doxygen comments
Delete documentation for parameters which no longer exist
1 parent 6fe94f1 commit ada1756

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/analyses/local_safe_pointers.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ void local_safe_pointerst::operator()(const goto_programt &goto_program)
177177
/// \param out: stream to write output to
178178
/// \param goto_program: GOTO program analysed (the same one passed to
179179
/// operator())
180-
/// \param ns: global namespace
181180
void local_safe_pointerst::output(
182181
std::ostream &out, const goto_programt &goto_program)
183182
{
@@ -219,7 +218,6 @@ void local_safe_pointerst::output(
219218
/// \param out: stream to write output to
220219
/// \param goto_program: GOTO program analysed (the same one passed to
221220
/// operator())
222-
/// \param ns: global namespace
223221
void local_safe_pointerst::output_safe_dereferences(
224222
std::ostream &out, const goto_programt &goto_program)
225223
{

src/solvers/refinement/string_constraint.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ class string_constraintt final
104104
};
105105

106106
/// Used for debug printing.
107-
/// \param [in] ns: namespace for `from_expr`
108-
/// \param [in] identifier: identifier for `from_expr`
109107
/// \param [in] expr: constraint to render
110108
/// \return rendered string
111109
inline std::string to_string(const string_constraintt &expr)
@@ -176,8 +174,6 @@ class string_not_contains_constraintt : public exprt
176174
};
177175

178176
/// Used for debug printing.
179-
/// \param [in] ns: namespace for `from_expr`
180-
/// \param [in] identifier: identifier for `from_expr`
181177
/// \param [in] expr: constraint to render
182178
/// \return rendered string
183179
inline std::string to_string(const string_not_contains_constraintt &expr)

0 commit comments

Comments
 (0)