Added Lots of Documentation
Added some nice to haves Improved and Unified General Code Layout
This commit is contained in:
@@ -9,12 +9,32 @@
|
||||
#import "MPFunctionLayout.h"
|
||||
|
||||
|
||||
/*!
|
||||
@header
|
||||
This file contains the <code>MPParenthesisFunctionLayout</code> class.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@class MPParenthesisFunctionLayout, MPParenthesisFunction;
|
||||
|
||||
|
||||
/*!
|
||||
@class MPParenthesisFunctionLayout
|
||||
@abstract A parenthesis function layout displays a <code>@link
|
||||
//apple_ref/occ/cl/MPParenthesisFunction@/link</code>.
|
||||
|
||||
@discussion The child of the parenthesis function is encapsulated by standard
|
||||
parenthesis that are scaled to the smae height as the child.
|
||||
*/
|
||||
@interface MPParenthesisFunctionLayout : MPFunctionLayout
|
||||
|
||||
/*!
|
||||
@method parenthesisFunction
|
||||
@abstract Returns the <code>@link
|
||||
//apple_ref/occ/cl/MPParenthesisFunction@/link</code> represented
|
||||
by the receiver.
|
||||
*/
|
||||
- (MPParenthesisFunction *)parenthesisFunction;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user