Skip to content
Snippets Groups Projects
Commit 92e6930d authored by Francesco Morsillo's avatar Francesco Morsillo Committed by Florent Lamiraux florent@laas.fr
Browse files

Remove blank line at beggining of comment in command.

parent 7f9cf06a
Branches
Tags
No related merge requests found
......@@ -85,7 +85,6 @@ void Task::initCommands( void )
std::string docstring;
// AddFeature
docstring = " \n"
" \n"
" Add a feature to the task\n"
" \n"
" Input:\n"
......@@ -102,7 +101,6 @@ void Task::initCommands( void )
docDirectGetter("withDerivative","bool")));
// ClearFeatureList
docstring = " \n"
" \n"
" Clear the list of features of the task\n"
" \n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment