A few formatting tweaks in the BEntry and BDirectory class documentation.

This commit is contained in:
John Scipione
2011-12-18 21:43:22 -05:00
parent d4fa97f8f8
commit f969ed4153
2 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -241,8 +241,8 @@ BEntry entry("/boot/home/fido");
\brief Returns the result of the most recent construction or SetTo() call.
\returns A status code.
\retval \c B_OK Success
\retval \c B_NO_INIT The object has been Unset() or is uninitialized.
\retval B_OK Success
\retval B_NO_INIT The object has been Unset() or is uninitialized.
*/
@@ -378,7 +378,7 @@ if (err != B_ENTRY_NOT_FOUND)
\returns A status code.
\retval B_OK Success
\retval B_ENTRY_NOT_FOUND - Attempted to get the parent of the root
\retval B_ENTRY_NOT_FOUND Attempted to get the parent of the root
directory.
*/
@@ -394,7 +394,7 @@ if (err != B_ENTRY_NOT_FOUND)
\returns A status code.
\retval B_OK Success
\retval B_ENTRY_NOT_FOUND - Attempted to get the parent of the root
\retval B_ENTRY_NOT_FOUND Attempted to get the parent of the root
directory.
*/