Added Lots of Documentation
Added some nice to haves Improved and Unified General Code Layout
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
//
|
||||
|
||||
|
||||
|
||||
@class MPParsedExpression, MPTerm;
|
||||
/*!
|
||||
@header
|
||||
This file contains the <code>MPParsedExpression</code> class.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
@@ -50,6 +52,10 @@ FOUNDATION_EXPORT NSString *const MPPathToExpressionKey;
|
||||
FOUNDATION_EXPORT NSString *const MPErrorRangeKey;
|
||||
|
||||
|
||||
|
||||
@class MPParsedExpression, MPTerm;
|
||||
|
||||
|
||||
/*!
|
||||
@class MPParsedExpression
|
||||
@abstract A parsed expression represents an expression whose syntax is
|
||||
@@ -93,7 +99,7 @@ FOUNDATION_EXPORT NSString *const MPErrorRangeKey;
|
||||
|
||||
@discussion This method is a convenience method for evaluating the receiver's
|
||||
<code>@link
|
||||
//apple_ref/occ/intfp/MPParsedExpression/term@/link</code>.
|
||||
//apple_ref/occ/instp/MPParsedExpression/term@/link</code>.
|
||||
|
||||
@param error
|
||||
If an error occured during evaluation it will be returned
|
||||
|
||||
Reference in New Issue
Block a user