Archived
1

Fixed minor Documentation Issues

This commit is contained in:
Kim Wittenburg
2015-01-04 22:16:27 +01:00
parent 7438fd1f95
commit cff8ed68e2
86 changed files with 179 additions and 183 deletions

View File

@@ -1,6 +1,6 @@
//
// MPExpressionStorage.h
// MathPad
// MathKit
//
// Created by Kim Wittenburg on 22.04.14.
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
@@ -30,17 +30,18 @@
@property expressionView
@abstract The receiver's expression view.
@discussion The expression view is the view that displays the contents of the
@discussion The expression view is the view that displays the contents of an
expression storage. Normally you should not call the setter of
this property. It is automatically assigned when the <code>@link
//apple_ref/occ/instp/MPExpressionView/expressionStorage@/link</code>
property of the <code>@link
//apple_ref/occ/cl/MPExpressionView@/link</code> class is set.
property of the respective <code>@link
//apple_ref/occ/cl/MPExpressionView@/link</code> instance is set.
When this property is set the receiver assumes that the
displaying expression view has changed. It then adapts to the
properties of the new expression view and discards the root
layout.
displaying expression view has changed (regardless of wether the
actual value of the property changed or not). It then adapts to
the properties of the new expression view and discards the
current root layout.
*/
@property (nonatomic, weak) MPExpressionView *expressionView;