doxygen: Add \ref to references.
[paraslash.git] / close_on_fork.c
index c606d98c46aeb4c9a15e76b90ea5856231c6a38e..655dbc562a9dc2ed55711fad44a1dab713db25b9 100644 (file)
@@ -19,7 +19,7 @@ static int initialized;
 /**
  * Describes an element of the close-on-fork list.
  *
- * \sa list.h
+ * \sa \ref list.h.
  */
 struct close_on_fork {
        /** The file descriptor which should be closed after fork(). */