Archived
1

Added/Corrected Documentation

This commit is contained in:
Kim Wittenburg
2014-11-25 23:59:28 +01:00
parent 5bac2f0bbe
commit 4bc2fdead1
66 changed files with 380 additions and 710 deletions

View File

@@ -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