BEntry::Unset doc: missing \fn, better description.
This commit is contained in:
@@ -370,8 +370,12 @@ BEntry entry("/boot/home/fido");
|
|||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
void BEntry::Unset()
|
\fn void BEntry::Unset()
|
||||||
\brief Reinitializes the BEntry to an uninitialized BEntry object
|
\brief Reset the BEntry to the uninitialized state
|
||||||
|
|
||||||
|
The BEntry forgets any information about the entry it was referencing.
|
||||||
|
Any attempt to get information from it after this will return B_NO_INIT.
|
||||||
|
The BEntry can later be pointed to another entry using SetTo().
|
||||||
|
|
||||||
\since BeOS R3
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user