]> git.lyx.org Git - lyx.git/blobdiff - src/support/abort.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / abort.C
index 46f57ce2a94d5515791b1e73131840f869becc2a..754d1c393e759a6fea2f142f6877ee641313d0d8 100644 (file)
@@ -1,10 +1,20 @@
+/**
+ * \file abort.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include <stdlib.h>
 
 #include "support/lyxlib.h"
 
-void lyx::abort()
+void lyx::support::abort()
 {
        ::abort();
 }