From b7bfae119265c7b09dad7160175844198c9289bc Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 28 Dec 2009 23:56:11 +0000 Subject: - Replace /* */ notation in long comments with unicode look-alikes to fix warnings and improve source readability --- Source/CustomQuery.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/CustomQuery.m') diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index 4805ea45..137ac017 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -1032,7 +1032,7 @@ } /* - * Add or remove "/* *~/" for each line in the current query + * Add or remove "⁄* *⁄" for each line in the current query * a given selection */ - (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection @@ -1085,8 +1085,8 @@ /* * Add or remove "-- " for each line in the current query or selection, - * if the selection is in-line wrap selection into /* block comments and - * place the caret after /* to allow to enter !xxxxxx e.g. + * if the selection is in-line wrap selection into ⁄* block comments and + * place the caret after ⁄* to allow to enter !xxxxxx e.g. */ - (void)commentOut { -- cgit v1.2.3