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 @@
//
// MPExpressionView.h
// MathPad
// MathKit
//
// Created by Kim Wittenburg on 17.04.14.
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
@@ -98,7 +98,8 @@
@discussion There can only be one math error at a time. This property should
not be set simutaneously with the <code>@link
//apple_ref/occ/instp/MPExpressionView/syntaxErrors@/link</code>.
//apple_ref/occ/instp/MPExpressionView/syntaxErrors@/link</code>
property.
*/
@property (nonatomic, strong) NSError *mathError;