Skip to content

Commit

Permalink
fix note in docs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Aug 20, 2024
1 parent 39b5220 commit 9054d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parser/yaml_output_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void keyerror(yaml_event_t * event, yaml_emitter_t * emitter){
fprintf(stdout, "WARNING: YAML_OUTPUT: Failed to emit event %d: %s\n", event->type, emitter->problem);
}
/* \brief Writes the key/value pairs of the fmsyamloutkeys and fmsyamloutvalues structs
* \note If any values start with '[' it will be assumed the value is a yaml array
* There may be slight differences in spacing for array outputs
* \note If second value (val2) in struct starts with '[' it will be assumed the value is a yaml array
* There may be slight differences in spacing for array outputs vs what is read in.
* \param emitter The libyaml emitter for this file
* \param event The libyaml eent pointer
* \param aindex The index of keys and vals that are being written currently
Expand Down

0 comments on commit 9054d4d

Please sign in to comment.