Fix errors in fs_interface.dox
This commit is contained in:
@@ -1905,14 +1905,14 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn status_t notify_stat_changed(dev_t device, ino_t node,
|
||||
\fn status_t notify_stat_changed(dev_t device, ino_t directory, ino_t node,
|
||||
uint32 statFields)
|
||||
\brief Notifies listeners that certain \a statFields of a node were updated.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn status_t notify_attribute_changed(dev_t device, ino_t node,
|
||||
const char *attribute, int32 cause)
|
||||
\fn status_t notify_attribute_changed(dev_t device, ino_t directory,
|
||||
ino_t node, const char *attribute, int32 cause)
|
||||
\brief Notifies listeners that an attribute of a node has been changed.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user