Added Lots of Documentation
Added some nice to haves Improved and Unified General Code Layout
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
#import "MPTerm.h"
|
||||
|
||||
|
||||
/*!
|
||||
@header
|
||||
This file contains the <code>MPNegatedTerm</code> class.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@class MPNegatedTerm;
|
||||
|
||||
@@ -20,7 +26,6 @@
|
||||
*/
|
||||
@interface MPNegatedTerm : MPTerm
|
||||
|
||||
|
||||
/*!
|
||||
@method initWithTerm:
|
||||
@abstract Initializes a new negated term.
|
||||
@@ -34,8 +39,8 @@
|
||||
|
||||
|
||||
/*!
|
||||
@property term
|
||||
@abstract The receiver's term.
|
||||
@property term
|
||||
@abstract The receiver's term.
|
||||
*/
|
||||
@property (readonly, nonatomic, strong) MPTerm *term;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user