From 7d8b67518c7572872da35cb2270419c04f0f19b1 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 31 Aug 2008 14:37:25 +0200 Subject: Documentation: Various improvements. --- MLKCharacter.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MLKCharacter.h') diff --git a/MLKCharacter.h b/MLKCharacter.h index 4d2c666..28f7cc7 100644 --- a/MLKCharacter.h +++ b/MLKCharacter.h @@ -101,9 +101,12 @@ A character. */ */ +(unichar) lowercaseCharForChar:(unichar)ch; + +/*** Section: Comparing Characters ***/ + /* Function: -isEqual: - Test whether two s represent the same character. + Test whether two represent the same character. */ -(BOOL) isEqual:(id)thing; @end -- cgit v1.2.3