X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.C;h=3b3f6d4f9d25d2c4bf31272349b5139564d13997;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=2e4518dcb12586c5e02b11bb1ce64aeb7f0cbb8b;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/Variables.C b/src/Variables.C index 2e4518dcb1..3b3f6d4f9d 100644 --- a/src/Variables.C +++ b/src/Variables.C @@ -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 @@ -65,6 +66,9 @@ string const Variables::expand(string const & s) const #ifdef TEST #include + + +namespace lyx { using std::endl; using std::cout; @@ -76,3 +80,6 @@ int main() { } #endif + + +} // namespace lyx