Added Lots of Documentation
Added some nice to haves Improved and Unified General Code Layout
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
/*!
|
||||
@header
|
||||
This file contains the <code>MPRangePath</code> class.
|
||||
|
||||
The <code>MPRangePath</code> combines an <code>NSIndexPath</code> with a
|
||||
<code>NSRange</code>. A range path is used in a tree structure to identify a
|
||||
number of subsequent nodes. This is achieved by combining a range path that
|
||||
@@ -36,6 +38,7 @@
|
||||
#define MPMakeRangePath(loc, len) [MPRangePath rangePathWithLocation:(loc) length:(len)]
|
||||
|
||||
|
||||
|
||||
@class MPRangePath, MPExpression;
|
||||
|
||||
|
||||
@@ -268,7 +271,6 @@
|
||||
|
||||
@interface MPExpression (MPRangeExtension)
|
||||
|
||||
|
||||
/*!
|
||||
@method subexpressionWithRangePath:
|
||||
@abstract Creates a new expression with the symbols in the specified range
|
||||
|
||||
Reference in New Issue
Block a user