Skip to content

Commit

Permalink
stan_csv_reader - doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Aug 4, 2024
1 parent db6eb32 commit 6ab986e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stan/io/stan_csv_reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,11 @@ class stan_csv_reader {
/**
* Parses the file.
*
* Warns if missing metatdata, inconsistencies between metadata config
* and parsed data rows.
*
* Throws exception if no header row found.
*
* @param[in] in input stream to parse
* @param[out] out output stream to send messages
*/
Expand Down

0 comments on commit 6ab986e

Please sign in to comment.