]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / Variables.C
index 2e4518dcb12586c5e02b11bb1ce64aeb7f0cbb8b..3b3f6d4f9d25d2c4bf31272349b5139564d13997 100644 (file)
@@ -1,12 +1,13 @@
-/* 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>
 
@@ -65,6 +66,9 @@ string const Variables::expand(string const & s) const
 #ifdef TEST
 
 #include <iostream>
+
+
+namespace lyx {
 using std::endl;
 using std::cout;
 
@@ -76,3 +80,6 @@ int main() {
 }
 
 #endif
+
+
+} // namespace lyx