Archived
1

Added Documentation

This commit is contained in:
Kim Wittenburg
2014-12-17 22:04:49 +01:00
parent 8f1f730358
commit 7f6ee6e118
31 changed files with 1141 additions and 533 deletions

View File

@@ -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