]> git.lyx.org Git - lyx.git/blobdiff - src/support/atexit.c
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / atexit.c
index 9d99f389b33f04dcd1256d5b279bff402431547c..55d0199ae2b11a7166ba6496eda52412f703636c 100644 (file)
@@ -1,5 +1,9 @@
-/* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
-/* This function is in the public domain.  --Mike Stump. */
+/**
+ * \file atexit.c
+ * Wrapper to implement ANSI C's atexit using SunOS's on_exit.
+ *
+ * This function is in the public domain.  --Mike Stump.
+ */
 
 #ifndef NEED_on_exit
 int atexit(void (*f)())