]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
Move #includes out of header files.
[lyx.git] / src / gettext.h
index 7295c7dc337238b8ede2c13476a7bf095bb4072e..daeb9ce5e7a24750f2a3f185ad04d71fb713e411 100644 (file)
@@ -1,6 +1,17 @@
 // -*- C++ -*-
-#ifndef _GETTEXT_H_
-#define _GETTEXT_H_
+/**
+ * \file gettext.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
+#ifndef GETTEXT_H
+#define GETTEXT_H
 
 /*
  * Native Language Support
@@ -34,8 +45,6 @@
 
 //#ifdef ENABLE_NLS
 
-///
-char const * _(char const *);
 ///
 string const _(string const &);