]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / Variables.C
index 3edcdfb193c5e9b0e1734b0b5b32316dbbe4c672..3b3f6d4f9d25d2c4bf31272349b5139564d13997 100644 (file)
@@ -1,19 +1,16 @@
-/* This file is part of
-* ======================================================
-*
-*           LyX, The Document Processor
-*
-*           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2001 the LyX Team.
-*
-* ====================================================== */
+/**
+ * \file Variables.C
+ * 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.
+ */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation "Variables.h"
-#endif
-
 #include "Variables.h"
 #include "support/LRegex.h"
 
@@ -69,6 +66,9 @@ string const Variables::expand(string const & s) const
 #ifdef TEST
 
 #include <iostream>
+
+
+namespace lyx {
 using std::endl;
 using std::cout;
 
@@ -80,3 +80,6 @@ int main() {
 }
 
 #endif
+
+
+} // namespace lyx