1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Corrects HeaderDoc/etc directive.

This commit is contained in:
Thomas Harte 2021-04-25 13:01:23 -04:00
parent cc78bfb229
commit 7aeb17ac92

View File

@ -43,7 +43,7 @@ class FileHolder final {
Rewrite opens the file for rewriting; none of the original content is preserved; whatever Rewrite opens the file for rewriting; none of the original content is preserved; whatever
the caller outputs will replace the existing file. the caller outputs will replace the existing file.
@raises ErrorCantOpen if the file cannot be opened. @throws ErrorCantOpen if the file cannot be opened.
*/ */
FileHolder(const std::string &file_name, FileMode ideal_mode = FileMode::ReadWrite); FileHolder(const std::string &file_name, FileMode ideal_mode = FileMode::ReadWrite);