@@ -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 @@ -30,11 +30,11 @@ extern size_t of_string_index_to_position(const char*, size_t, size_t); @class OFArray; /** - * A class for managing strings. + * \brief A class for handling strings. */ @interface OFString: OFObject { char *string; unsigned int length;