Skip to content

Commit

Permalink
#2098: json appender: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Mar 22, 2023
1 parent 8a72bd5 commit 93ec3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt/utils/json/json_appender.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct Appender : BaseAppender {
* \brief Construct a JSON appender for a specific array with a filename
*
* \param[in] array the JSON array name
* \param[in] prefix the JSON prefix
* \param[in] metadata the JSON metadata
* \param[in] filename the JSON filename
* \param[in] compress whether to compress the output
*/
Expand All @@ -84,7 +84,7 @@ struct Appender : BaseAppender {
* \brief Construct a JSON appender for a specific array with a stream
*
* \param[in] array the JSON array name
* \param[in] prefix the JSON prefix
* \param[in] metadata the JSON metadata
* \param[in] in_os the output stream
* \param[in] compress whether to compress the output
*/
Expand Down

0 comments on commit 93ec3f1

Please sign in to comment.