Cleaned up old deprecated documentation stuff and added documentation to deploy.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2008-12-10 15:57:31 -08:00
parent b87493bd5f
commit d92fc8c4d0
47 changed files with 255 additions and 218 deletions
+2 -2
View File
@@ -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
*/