From 7983414b33b43e76fc9766067b27060772150dbf Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 28 Oct 2016 20:44:39 -0700 Subject: Clean-up doxygen documentation Fixes: #81. --- include/fuse_common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/fuse_common.h') 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 -- cgit v1.2.3