Changeset 1308

Show
Ignore:
Timestamp:
06/12/09 03:47:49 (9 months ago)
Author:
tsnorri
Message:

Manual tuning
- -<key> and -set<Key>: looked bad in the manual, so replaced lt and gt with italics.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/BaseTenAssistant/BaseTenAssistant.xcodeproj/project.pbxproj

    r1302 r1308  
    104104                        containerPortal = 53F749930E362E62003C2E55 /* BaseTenAppKit.xcodeproj */; 
    105105                        proxyType = 1; 
    106                         remoteGlobalIDString = 535444570D634D9C002A6C47 /* BaseTenAppKit + GC */; 
     106                        remoteGlobalIDString = 535444570D634D9C002A6C47; 
    107107                        remoteInfo = "BaseTenAppKit + GC"; 
    108108                }; 
  • trunk/Sources/BaseTen.h

    r1302 r1308  
    365365 * BXDatabaseObjects implement NSKeyValueCoding and object values may thus be accessed with  
    366366 * -valueForKey: and -setValue:forKey:. The key will be the column name. As with  
    367  * NSManagedObject, methods like -&lt;key&gt; and -set&lt;Key&gt;: are also automatically available. 
     367 * NSManagedObject, methods like -<em>key</em> and -set<em>Key</em>: are also automatically available. 
    368368 * 
    369369 * Column values are converted to Foundation objects based on the column type. Currently, there is no way to