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:
parent
cc78bfb229
commit
7aeb17ac92
@ -43,7 +43,7 @@ class FileHolder final {
|
||||
Rewrite opens the file for rewriting; none of the original content is preserved; whatever
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user