Added Lots of Documentation
Added some nice to haves Improved and Unified General Code Layout
This commit is contained in:
@@ -9,11 +9,18 @@
|
||||
#import "MPExpression.h"
|
||||
|
||||
|
||||
/*!
|
||||
@header
|
||||
This file contains the <code>NSString(MPExpressionElement)</code> category.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/*!
|
||||
@category NSString (MPExpressionElement)
|
||||
@abstract This category adds <code>@link MPExpressionElement@/link</code>
|
||||
protocol conformance to the <code>NSString</code> class.
|
||||
@abstract This category adds <code>@link
|
||||
//apple_ref/occ/intf/MPExpressionElement@/link</code> protocol
|
||||
conformance to the <code>NSString</code> class.
|
||||
*/
|
||||
@interface NSString (MPExpressionElement) <MPExpressionElement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user