Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-core
Commits
441f14d3
Commit
441f14d3
authored
Aug 07, 2019
by
Joseph Mirabel
Browse files
Update documentation of (clear|reset)ConfigValidations.
*
https://github.com/humanoid-path-planner/hpp-core/issues/136
parent
32b5c2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/core/problem.hh
View file @
441f14d3
...
@@ -139,9 +139,11 @@ namespace hpp {
...
@@ -139,9 +139,11 @@ namespace hpp {
}
}
/// Reset the ConfigValidations
/// Reset the ConfigValidations
/// by creating a new ConfigValidations using ConfigValidations::create
void
resetConfigValidations
();
void
resetConfigValidations
();
// Clear the ConfigValidations
/// Clear the ConfigValidations
/// by calling ConfigValidations::clear
void
clearConfigValidations
();
void
clearConfigValidations
();
/// Add a config validation method
/// Add a config validation method
...
...
Write
Preview
Supports
Markdown
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