X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.C;h=3b3f6d4f9d25d2c4bf31272349b5139564d13997;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=3edcdfb193c5e9b0e1734b0b5b32316dbbe4c672;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/Variables.C b/src/Variables.C index 3edcdfb193..3b3f6d4f9d 100644 --- a/src/Variables.C +++ b/src/Variables.C @@ -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 -#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 + + +namespace lyx { using std::endl; using std::cout; @@ -80,3 +80,6 @@ int main() { } #endif + + +} // namespace lyx