File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -276,16 +276,6 @@ void convert_return(
276
276
json_call_return[" sourceLocation" ] = location;
277
277
}
278
278
279
- // / Convert all other types of steps not already handled
280
- // / by the other conversion functions.
281
- // / \param [out] json_location_only: The JSON object that
282
- // / will contain the information about the step
283
- // / after this function has run.
284
- // / \param conversion_dependencies: A structure
285
- // / that contains information the conversion function
286
- // / needs.
287
- // / \param step_kind: The kind of default step we are printing.
288
- // / See \ref default_step_kind
289
279
void convert_default (
290
280
json_objectt &json_location_only,
291
281
const conversion_dependenciest &conversion_dependencies,
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ void convert_return(
99
99
// / \param conversion_dependencies: A structure
100
100
// / that contains information the conversion function
101
101
// / needs.
102
+ // / \param step_kind: The kind of default step we are printing.
103
+ // / See \ref default_step_kind
102
104
void convert_default (
103
105
json_objectt &json_location_only,
104
106
const conversion_dependenciest &conversion_dependencies,
You can’t perform that action at this time.
0 commit comments