X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=e86ccfbc9ffc6922b0f89ed9301a1dbc74b2ba4d;hb=1fa0fb5c67656cacbe3cfe6e8b08dd98cada1f73;hp=e2b85f89526c89038bf75fc841fa32d052d6fd02;hpb=85a5ea7bfc80e179a61a99f2955455e84d3384cc;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index e2b85f8952..e86ccfbc9f 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -1,22 +1,19 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. +/** + * \file tex-accent.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 + * + * Full author contact details are available in file CREDITS. + */ #ifndef TEX_ACCENT #define TEX_ACCENT -#ifdef __GNUG__ -#pragma interface -#endif - -#include "commandtags.h" +#include "lfuns.h" /* the names used by TeX and XWindows for deadkeys/accents are not the same so here follows a table to clearify the differences. Please correct this @@ -110,5 +107,5 @@ struct tex_accent_struct { /// extern tex_accent_struct lyx_accent_table[]; - + #endif