Fix copyright line to Haiku, Inc. in Directory.dox and a few more small fixes.

This commit is contained in:
John Scipione
2011-12-18 21:26:02 -05:00
parent 38f6a824d2
commit a92e17b124
+9 -9
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2011 Haiku Inc. All rights reserved. * Copyright 2011 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
@@ -23,7 +23,7 @@
\class BDirectory \class BDirectory
\ingroup storage \ingroup storage
\ingroup libbe \ingroup libbe
\brief Class that represents a directory in the file system. \brief Represents a directory in the file system.
*/ */
@@ -427,13 +427,13 @@
\brief Rewinds the directory iterator. \brief Rewinds the directory iterator.
\returns A status code. \returns A status code.
\retval B_OK: Everything went fine. \retval B_OK Everything went fine.
\retval B_PERMISSION_DENIED: Directory permissions didn't allow operation. \retval B_PERMISSION_DENIED Directory permissions didn't allow operation.
\retval B_NO_MEMORY: Insufficient memory for operation. \retval B_NO_MEMORY Insufficient memory for operation.
\retval B_LINK_LIMIT: Indicates a cyclic loop within the file system. \retval B_LINK_LIMIT Indicates a cyclic loop within the file system.
\retval B_BUSY: A node was busy. \retval B_BUSY A node was busy.
\retval B_FILE_ERROR: A general file error. \retval B_FILE_ERROR A general file error.
\retval B_NO_MORE_FDS: The application has run out of file descriptors. \retval B_NO_MORE_FDS The application has run out of file descriptors.
\sa BDirectory::GetNextEntry() \sa BDirectory::GetNextEntry()
\sa BDirectory::GetNextRef() \sa BDirectory::GetNextRef()