Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
79dc0e4b
There was an error fetching the commit references. Please try again later.
Commit
79dc0e4b
authored
6 years ago
by
Nina Džugasová
Committed by
Tomáš Oberhuber
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed FileName documentation.
parent
3d8b8d30
No related branches found
No related tags found
1 merge request
!15
Nina
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TNL/FileName.h
+5
-2
5 additions, 2 deletions
src/TNL/FileName.h
with
5 additions
and
2 deletions
src/TNL/FileName.h
+
5
−
2
View file @
79dc0e4b
...
...
@@ -18,6 +18,9 @@ String getFileExtension( const String fileName );
void
removeFileExtension
(
String
&
file_name
);
/// \brief Class for creating the full name of a file.
///
/// Merges base name, index number and extention to create the full name of a file.
class
FileName
{
public:
...
...
@@ -42,7 +45,7 @@ class FileName
/// \brief Sets the extension of given file.
///
/// Sets \e extension as suffix of a file name.
/// @param extension String that specifies extension of file (without dot).
/// @param extension
A
String that specifies extension of file (without dot).
/// Suffix of a file name. E.g. doc, xls, tnl.
void
setExtension
(
const
String
&
extension
);
...
...
@@ -63,7 +66,7 @@ class FileName
template
<
typename
Coordinates
>
void
setDistributedSystemNodeId
(
const
Coordinates
&
nodeId
);
/// Creates appropriate name for given file.
///
\brief
Creates appropriate name for given file.
///
/// Creates particular file name using \e fileNameBase, \e digitsCount,
/// \e index and \e extension.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment