From bad9de0ceb55e36fb253b6f07330fbb7c6ecf1be Mon Sep 17 00:00:00 2001 From: Nina Dzugasova <dzugasova.nina@gmail.com> Date: Tue, 13 Nov 2018 09:51:11 +0100 Subject: [PATCH] Starting with documentation of File. --- src/TNL/File.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TNL/File.h b/src/TNL/File.h index 8ccfe90b1b..8f8d13ee6a 100644 --- a/src/TNL/File.h +++ b/src/TNL/File.h @@ -61,7 +61,7 @@ class File ~File(); ///// - /// \brief Opens given file. + /// \brief Opens given file. /// /// Opens file with given \e fileName and returns true/false based on the success in opening the file. /// \param fileName String which indicates name of the file user wants to open. -- GitLab