X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FModuleList.h;h=b3327f7528caac7b78ca24bf790c866ec4a192c6;hb=05dd6614c4e3984f2c1ace3b4a59e47421e13f06;hp=fdc6639a1281f5e736aa303e3733f4d37afbd9c4;hpb=b60259fbe142b26a9167b2205d1fdcf047129eac;p=lyx.git diff --git a/src/ModuleList.h b/src/ModuleList.h index fdc6639a12..b3327f7528 100644 --- a/src/ModuleList.h +++ b/src/ModuleList.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Richard Heck + * \author Richard Kimberly Heck * * Full author contact details are available in file CREDITS. */ @@ -18,7 +18,7 @@ namespace lyx { /** - * This class represents a particular LyX "module", which is a like a layout + * This class represents a particular LyX "module", which is like a layout * file, except that it does not stand alone. In that sense, it is more like * a LaTeX package, where a layout file corresponds to a LaTeX class. Or, in * LyX's own terms, a module is more like an included file that can be used @@ -52,7 +52,7 @@ public: LyXModule(std::string const & name, std::string const & id, std::string const & description, std::vector const & packagelist, - std::vector const & requires, + std::vector const & required, std::vector const & excludes, std::string const & catgy, bool const local); /// whether the required packages are available