[swift-ide-test] Rename option '-terminal-output' -> '-terminal'.

Swift SVN r8619
This commit is contained in:
Argyrios Kyrtzidis
2013-09-25 01:35:38 +00:00
parent 0fe6d45e62
commit 1d27584ef8

View File

@@ -29,7 +29,7 @@ struct SemanticSourceEntity {
}; };
/// A function receiving SemanticSourceEntity objects. /// A function receiving SemanticSourceEntity objects.
/// \returns true to continue receiving the next object, false to stop. /// Returns true to continue receiving the next object, false to stop.
typedef std::function<bool(SemanticSourceEntity AnnoTok)> typedef std::function<bool(SemanticSourceEntity AnnoTok)>
SemanticEntityReceiverFn; SemanticEntityReceiverFn;