@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008 - 2009 + * Copyright (c) 2008 - 2010 * Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the @@ -12,11 +12,11 @@ #import "OFObject.h" @class OFString; /** - * The OFStream class provides a base class for different types of streams. + * \brief A base class for different types of streams. */ @interface OFStream: OFObject { char *cache; size_t cache_len;