Skip to content

Commit

Permalink
Improve connectee_name property comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdembia committed Dec 13, 2016
1 parent 3df0227 commit 2d7db84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenSim/Common/ComponentConnector.h
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ class Input : public AbstractInput {
/** @cond */ \
PropertyIndex PropertyIndex_connector_##cname##_connectee_name { \
this->template constructConnector<T>(#cname, \
"Path to a Component to satisfy the Connector '" \
"Path to a Component that satisfies the Connector '" \
#cname "' of type " #T " (description: " comment ").") \
}; \
/** @endcond */ \
Expand Down Expand Up @@ -968,7 +968,7 @@ PropertyIndex Class::constructConnector_##cname() { \
using T = _connector_##cname##_type; \
std::string typeStr = T::getClassName(); \
return this->template constructConnector<T>(#cname, \
"Path to a Component to satisfy the Connector '" \
"Path to a Component that satisfies the Connector '" \
#cname "' of type " + typeStr + "."); \
}
/// @}
Expand Down

0 comments on commit 2d7db84

Please sign in to comment.