Skip to content

Commit

Permalink
Remove Doxygen 1.8.17 error. (HDFGroup#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Nov 2, 2022
1 parent 1922e41 commit 6087dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes_status.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Status {
std::string Msg() const {
switch (status_) { RETURN_CODES(RETURN_TEXT) }

return "Unknown error";
return "Unknown error"; /**< status is unknown */
}

private:
Expand Down

0 comments on commit 6087dbe

Please sign in to comment.