X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalTemplate.h;h=a585cd1ce9bfcd06cce24f3801b8f18db83a1276;hb=6ce86e2bfe0a403e0e811b66fdddb2d56cfe0f83;hp=1b2831753df76046cd3d2d780ca91174b1f7a95d;hpb=743bb400616283262119244449746baea98adc1b;p=lyx.git diff --git a/src/insets/ExternalTemplate.h b/src/insets/ExternalTemplate.h index 1b2831753d..a585cd1ce9 100644 --- a/src/insets/ExternalTemplate.h +++ b/src/insets/ExternalTemplate.h @@ -1,20 +1,17 @@ // -*- C++ -*- -/* This file is part of* - * ====================================================== +/** + * \file ExternalTemplate.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. + * \author Asger Alstrup Nielsen * - * ====================================================== */ + * Full author contact details are available in file CREDITS + */ #ifndef EXTERNALTEMPLATE_H #define EXTERNALTEMPLATE_H -#ifdef __GNUG__ -#pragma interface -#endif #include #include @@ -64,10 +61,10 @@ struct ExternalTemplate { Formats formats; /// void dumpFormats(std::ostream &) const; - + /// We have to have default commands for safety reasons! ExternalTemplate(); - + }; @@ -82,7 +79,7 @@ public: static ExternalTemplateManager & get(); Templates & getTemplates(); Templates const & getTemplates() const; - /// return the template by LyX name + /// return the template by LyX name ExternalTemplate const & getTemplateByName(const string & name); private: ExternalTemplateManager();