Added Documentation
This commit is contained in:
@@ -15,18 +15,18 @@
|
||||
|
||||
/*!
|
||||
@class MPPowerFunction
|
||||
@brief This class represents a power.
|
||||
@abstract This class represents a power.
|
||||
*/
|
||||
@interface MPPowerFunction : MPFunction
|
||||
|
||||
/*!
|
||||
@property exponentExpression
|
||||
@brief The receiver's exponent.
|
||||
@abstract The receiver's exponent.
|
||||
|
||||
@discussion The base of the power can only be set during evaluation because
|
||||
it is not actually part of the function element.
|
||||
The exponent must not define a variable.
|
||||
*/
|
||||
@property (nonatomic, strong) MPExpression *exponentExpression;
|
||||
@property (nonatomic, strong) MPExpression *exponentExpression; /* Index 0 */
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user