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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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