X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_mgr.h;h=999ff3694a0cfcd9e7896843f43926e7478f737a;hb=1dffc5cfe45c34d9ef42d3d58d2ed4ce855339e2;hp=4507f48272cef9a03678d5ec5252179452b7e10d;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/trans_mgr.h b/src/trans_mgr.h index 4507f48272..999ff3694a 100644 --- a/src/trans_mgr.h +++ b/src/trans_mgr.h @@ -1,10 +1,18 @@ // -*- C++ -*- -#ifndef Trans_Manager_h -#define Trans_Manager_h - -#ifdef __GNUG__ -#pragma interface -#endif +/** + * \file trans_mgr.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 Matthias Ettrich + * \author John Levon + * + * Full author contact details are available in file CREDITS. + */ + +#ifndef TRANS_MANAGER_H +#define TRANS_MANAGER_H #include "tex-accent.h" #include "trans_decl.h" @@ -14,7 +22,7 @@ class LyXText; class Trans; -/// Translation State +/// Translation state class TransState { public: /// @@ -61,7 +69,7 @@ public: /// Init State -class TransInitState : virtual public TransFSMData, public TransState { +class TransInitState :virtual public TransFSMData, public TransState { public: /// TransInitState(); @@ -187,4 +195,4 @@ string const TransManager::deadkey(char c, KmodInfo t) return trans_fsm_.currentState->deadkey(c, t); } -#endif +#endif // TRANS_MANAGER_H