Archived
1

Added Documentation

This commit is contained in:
Kim Wittenburg
2014-12-17 22:04:49 +01:00
parent 8f1f730358
commit 7f6ee6e118
31 changed files with 1141 additions and 533 deletions

View File

@@ -8,7 +8,7 @@
#import "MPExpression.h"
#import "MPExpressionElement.h"
#import "MPExpression.h"
#import "MPFunction.h"
#import "MPRangePath.h"
@@ -32,7 +32,7 @@ NSString *const MPIllegalElementExceptionElementKey = @"MPIllegalElementExceptio
/*!
@method tokens
@brief Private method. Returns an array containing all tokens from the
@abstract Private method. Returns an array containing all tokens from the
receiver.
@return All items in the <code>MPTokenReferenceFrame</code>.
@@ -42,7 +42,7 @@ NSString *const MPIllegalElementExceptionElementKey = @"MPIllegalElementExceptio
/*!
@method validateElements:
@brief Private method. Checks whether all objects in the specified array
@abstract Private method. Checks whether all objects in the specified array
are valid expression elements.
@discussion If an object is not valid a
@@ -56,7 +56,7 @@ NSString *const MPIllegalElementExceptionElementKey = @"MPIllegalElementExceptio
/*!
@method fixElements
@brief Private method. Restores consistency in the receiver after a
@abstract Private method. Restores consistency in the receiver after a
change was made.
*/
- (void)fixElements;
@@ -64,7 +64,7 @@ NSString *const MPIllegalElementExceptionElementKey = @"MPIllegalElementExceptio
/*!
@method _replaceSymbolsInRange:withElements:
@brief Private method. Replaces the symbols in the specified range with
@abstract Private method. Replaces the symbols in the specified range with
the elements from the <code>elements</code> array.
@discussion This is the most primitive mutation method of the @c MPExpression
@@ -85,7 +85,7 @@ NSString *const MPIllegalElementExceptionElementKey = @"MPIllegalElementExceptio
/*!
@method _splitElementsAtLocation:insertionIndex:
@brief Splits the receiver's elements at the specified
@abstract Splits the receiver's elements at the specified
<code>location</code>.
@discussion The split location can be inside a string element. In that case