aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-28 20:44:39 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-28 20:44:39 -0700
commit7983414b33b43e76fc9766067b27060772150dbf (patch)
tree5adcac69cbe50affc7b9ff2185743dd9e62cada0 /include/fuse_common.h
parentb27033bc35dcef9d4a65788bd613473add3e3887 (diff)
Clean-up doxygen documentation
Fixes: #81.
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 5840956..44b0634 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -554,9 +554,8 @@ ssize_t fuse_buf_copy(struct fuse_bufvec *dst, struct fuse_bufvec *src,
* Stores session in a global variable. May only be called once per
* process until fuse_remove_signal_handlers() is called.
*
- * Once either of the POSIX signals arrives, the exit_handler() in
- * fuse_signals.c is called:
- * \snippet fuse_signals.c doxygen_exit_handler
+ * Once either of the POSIX signals arrives, the fuse_session_exit()
+ * is called.
*
* @param se the session to exit
* @return 0 on success, -1 on failure