Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e780ed51
Commit
e780ed51
authored
Jun 05, 2013
by
Alexander Wiebel
Browse files
[STYLE
#42
] we should not tell the user what should be there. We
should tell him/her that the documentation is not there yet
parent
9df8c62e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
src/modules/atlasCreator/WMAtlasCreator.cpp
src/modules/atlasCreator/WMAtlasCreator.cpp
+1
-1
src/modules/datasetProfile/WMDatasetProfile.cpp
src/modules/datasetProfile/WMDatasetProfile.cpp
+2
-2
src/modules/eigenSystem/WMEigenSystem.cpp
src/modules/eigenSystem/WMEigenSystem.cpp
+2
-2
src/modules/writeMesh/WMWriteMesh.cpp
src/modules/writeMesh/WMWriteMesh.cpp
+1
-2
No files found.
src/modules/atlasCreator/WMAtlasCreator.cpp
View file @
e780ed51
...
...
@@ -69,7 +69,7 @@ const std::string WMAtlasCreator::getDescription() const
{
// Specify your module description here. Be detailed. This text is read by the user.
// See "src/modules/template/" for an extensively documented example.
return
"
Someone should add some
documentation
here.
"
;
return
"
"
No
documentation
yet
.
";
}
void WMAtlasCreator::connectors()
...
...
src/modules/datasetProfile/WMDatasetProfile.cpp
View file @
e780ed51
...
...
@@ -71,8 +71,8 @@ const std::string WMDatasetProfile::getDescription() const
{
// Specify your module description here. Be detailed. This text is read by the user.
// See "src/modules/template/" for an extensively documented example.
return
"
Someone should add some
documentation
here
. "
"
Probably t
he best person
would be
the modules's creator, i.e.
\"
schurade
\"
"
;
return
"
No
documentation
yet
. "
"
T
he best person
to ask for documenation is probably
the modules's creator, i.e.
\"
schurade
\"
"
;
}
void
WMDatasetProfile
::
connectors
()
...
...
src/modules/eigenSystem/WMEigenSystem.cpp
View file @
e780ed51
...
...
@@ -65,8 +65,8 @@ const std::string WMEigenSystem::getDescription() const
{
// Specify your module description here. Be detailed. This text is read by the user.
// See "src/modules/template/" for an extensively documented example.
return
"
Someone should add some
documentation
here
. "
"
Probably t
he best person
would be
the modules's creator, i.e.
\"
math
\"
"
;
return
"
No
documentation
yet
. "
"
T
he best person
to ask for documenation is probably
the modules's creator, i.e.
\"
math
\"
"
;
}
void
WMEigenSystem
::
connectors
()
...
...
src/modules/writeMesh/WMWriteMesh.cpp
View file @
e780ed51
...
...
@@ -66,8 +66,7 @@ const std::string WMWriteMesh::getDescription() const
{
// Specify your module description here. Be detailed. This text is read by the user.
// See "src/modules/template/" for an extensively documented example.
return
"Someone should add some documentation here. "
"Probably the best person would be the modules's creator, i.e.
\"
wiebel
\"
"
;
return
"This module writes a triangle mesh to a file. Different file formats are supported."
;
}
void
WMWriteMesh
::
connectors
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment