File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,7 @@ class goto_trace_stept
143
143
// for function call
144
144
std::vector<exprt> function_arguments;
145
145
146
- /* ! \brief outputs the trace step in ASCII to a given stream
147
- */
146
+ // / Outputs the trace step in ASCII to a given stream
148
147
void output (
149
148
const class namespacet &ns,
150
149
std::ostream &out) const ;
@@ -179,8 +178,7 @@ class goto_tracet
179
178
steps.clear ();
180
179
}
181
180
182
- /* ! \brief outputs the trace in ASCII to a given stream
183
- */
181
+ // / Outputs the trace in ASCII to a given stream
184
182
void output (
185
183
const class namespacet &ns,
186
184
std::ostream &out) const ;
@@ -196,8 +194,8 @@ class goto_tracet
196
194
steps.push_back (step);
197
195
}
198
196
199
- // retrieves the final step in the trace for manipulation
200
- // (used to fill a trace from code, hence non-const)
197
+ // / Retrieves the final step in the trace for manipulation
198
+ // / (used to fill a trace from code, hence non-const)
201
199
goto_trace_stept &get_last_step ()
202
200
{
203
201
return steps.back ();
You can’t perform that action at this time.
0 commit comments