From 1d27584ef84ffc96e838d3492108b51da807fab6 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 25 Sep 2013 01:35:38 +0000 Subject: [PATCH] [swift-ide-test] Rename option '-terminal-output' -> '-terminal'. Swift SVN r8619 --- include/swift/IDE/SemanticSourceEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/swift/IDE/SemanticSourceEntity.h b/include/swift/IDE/SemanticSourceEntity.h index 49a382e7d81..c3b8c9fc272 100644 --- a/include/swift/IDE/SemanticSourceEntity.h +++ b/include/swift/IDE/SemanticSourceEntity.h @@ -29,7 +29,7 @@ struct SemanticSourceEntity { }; /// 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 SemanticEntityReceiverFn;