]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
"Inter-word Space"
[lyx.git] / src / gettext.h
index 7295c7dc337238b8ede2c13476a7bf095bb4072e..d1413cac82eb4a34af025e585b4bdfff4753801f 100644 (file)
@@ -1,6 +1,16 @@
 // -*- 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 +44,6 @@
 
 //#ifdef ENABLE_NLS
 
-///
-char const * _(char const *);
 ///
 string const _(string const &);