Added Lots of Documentation
Added some nice to haves Improved and Unified General Code Layout
This commit is contained in:
@@ -9,10 +9,24 @@
|
||||
#import "MPFunctionTerm.h"
|
||||
|
||||
|
||||
/*!
|
||||
@header
|
||||
This file contains the <code>MPFractionTerm</code> class.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@class MPFractionTerm;
|
||||
|
||||
|
||||
/*!
|
||||
@class MPFractionTerm
|
||||
@abstract Represens a <code>@link
|
||||
//apple_ref/occ/cl/MPFractionFunction@/link</code>.
|
||||
|
||||
@discussion A fraction is evaluating by dividing the nominator by the
|
||||
denominator.
|
||||
*/
|
||||
@interface MPFractionTerm : MPFunctionTerm
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user