X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=78c283d85a6fb6c350a9c1dcc3f80cfb872c4db5;hb=c378fede8bd23299bb88c5d4385beb2b43ce5312;hp=25e83e8703c32b8e50700f5459cb91f2a860cdbb;hpb=fad47c0fe0a45da4ac4a395817a0ad73425ef275;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index 25e83e8703..78c283d85a 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Angus Leeming * \author Dekel Tsur * @@ -66,10 +66,10 @@ private: }; -class Aux_Info { +class AuxInfo { public: /// - Aux_Info() {} + AuxInfo() {} /// support::FileName aux_file; /// @@ -82,8 +82,8 @@ public: /// -bool operator==(Aux_Info const &, Aux_Info const &); -bool operator!=(Aux_Info const &, Aux_Info const &); +bool operator==(AuxInfo const &, AuxInfo const &); +bool operator!=(AuxInfo const &, AuxInfo const &); /** @@ -172,24 +172,23 @@ private: std::string const & = std::string()); /// - bool runMakeIndexNomencl(support::FileName const &, OutputParams const &, + bool runMakeIndexNomencl(support::FileName const &, std::string const &, std::string const &); /// - std::vector const scanAuxFiles(support::FileName const &); + std::vector const scanAuxFiles(support::FileName const &); /// - Aux_Info const scanAuxFile(support::FileName const &); + AuxInfo const scanAuxFile(support::FileName const &); /// - void scanAuxFile(support::FileName const &, Aux_Info &); + void scanAuxFile(support::FileName const &, AuxInfo &); /// - void updateBibtexDependencies(DepTable &, - std::vector const &); + void updateBibtexDependencies(DepTable &, std::vector const &); /// - bool runBibTeX(std::vector const &); + bool runBibTeX(std::vector const &, OutputParams const &); /// void deleteFilesOnError() const;