Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e780ed51
Commit
e780ed51
authored
Jun 05, 2013
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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 the best person would be
the modules's creator, i.e.
\"
schurade
\"
"
;
return
"
No documentation yet
. "
"
The 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 the best person would be
the modules's creator, i.e.
\"
math
\"
"
;
return
"
No documentation yet
. "
"
The 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