Skip to content

Commit

Permalink
Save: Remove bogus parameter documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsa committed Mar 1, 2022
1 parent 1d0306a commit d3a8f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/save.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static inline yaml_mapping_style_t cyaml__get_emit_style_map(
/**
* Get the style to use for scalar values from value flags.
*
* \param[in] ctx The CYAML saving context.
* \param[in] schema The CYAML schema for the scaler value to be emitted.
* \return The libyaml scalar style to emit the value with.
*/
static inline yaml_scalar_style_t cyaml__get_emit_style_scalar(
Expand Down

0 comments on commit d3a8f34

Please sign in to comment.