mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 18:03:41 +00:00
Cleaned up old deprecated documentation stuff and added documentation to deploy.
Reviewed by me.
This commit is contained in:
@@ -40,7 +40,7 @@ var CPSharedDocumentController = nil;
|
||||
/*!
|
||||
Returns the singleton instance of the application's document controller. If it has not
|
||||
been created yet, it will be created then returned.
|
||||
@return a <objj>CPDocumentController</objj>
|
||||
@return a CPDocumentController
|
||||
*/
|
||||
+ (id)sharedDocumentController
|
||||
{
|
||||
@@ -294,7 +294,7 @@ var CPSharedDocumentController = nil;
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns the <objj>CPDocument</objj> subclass associated with <code>aType</code>.
|
||||
Returns the CPDocument subclass associated with <code>aType</code>.
|
||||
@param aType the type of document
|
||||
@return a Cappuccino Class object, or <code>nil</code> if no match was found
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user