summaryrefslogtreecommitdiff
path: root/MLKCharacter.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-31 14:37:25 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-31 14:37:25 +0200
commit7d8b67518c7572872da35cb2270419c04f0f19b1 (patch)
treef9195338a119908e7b9643875d3ce58505297c37 /MLKCharacter.h
parent15e2f2443fa6ee9b3b4a78752ecafcc0722c7511 (diff)
Documentation: Various improvements.
Diffstat (limited to 'MLKCharacter.h')
-rw-r--r--MLKCharacter.h5
1 files changed, 4 insertions, 1 deletions
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 <MLKCharacter>s represent the same character.
+ Test whether two <MLKCharacters> represent the same character.
*/
-(BOOL) isEqual:(id)thing;
@end