X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans.h;h=a233ace5cdb7a9cc6dde7c75c34363adec2c7628;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=8cb068d90f575367d5bdf5f3592f00631df303fc;hpb=c80187fbfcefa7972bd9602a2205521aca236349;p=lyx.git diff --git a/src/trans.h b/src/trans.h index 8cb068d90f..a233ace5cd 100644 --- a/src/trans.h +++ b/src/trans.h @@ -1,10 +1,14 @@ // -*- C++ -*- -#ifndef Trans_h -#define Trans_h +/** + * \file trans.h + * Copyright 2002 the LyX Team + * Read the file COPYING + * + * \author unknown + */ -#ifdef __GNUG__ -#pragma interface -#endif +#ifndef TRANS_H +#define TRANS_H #include @@ -17,9 +21,8 @@ class LyXLex; class TransManager; /** - Trans: holds a .kmap file + Trans: holds a .kmap file */ -//class Trans : public TransInterface { class Trans { public: /// @@ -37,7 +40,7 @@ public: string const process(char, TransManager &); /// bool isAccentDefined(tex_accent, KmodInfo &) const; - + private: /// void AddDeadkey(tex_accent, string const &); @@ -75,4 +78,4 @@ string const & Trans::Match(unsigned char c) return dummy; } -#endif +#endif // TRANS_H