Added/Corrected Documentation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// MPExpressionLexer.h
|
||||
// MPExpressionTokenizer.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 19.09.14.
|
||||
@@ -32,6 +32,6 @@
|
||||
|
||||
@return An array of objects that conform to the @c MPToken protocol.
|
||||
*/
|
||||
+ (NSArray *)tokenizeExpression:(MPExpression *)expression; // Returns MPToken's
|
||||
+ (NSArray *)tokenizeExpression:(MPExpression *)expression;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user