release/4.3a0
dellaert 2014-11-11 13:42:25 +01:00
parent 14cf3da235
commit 8a555c7e05
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ void Module::parseMarkup(const std::string& data) {
Rule methodName_p = lexeme_d[(upper_p | lower_p) >> *(alnum_p | '_')];
// gtsam::Values retract(const gtsam::VectorValues& delta) const;
Rule method_p =
(returnType_p >> methodName_p[assign_a(methodName)] >>
'(' >> argumentList_p >> ')' >>