X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCiteEnginesList.h;h=2f419b4bfe1e7ef9fac35b15db013da21a3b80fe;hb=057d83d8ae782c9cae06a108707b82cc77315cde;hp=24bec03852015130ec8cb5cf2620dc097cd028e6;hpb=e30f3d76d2bee0011ceaeb5f0cc221156458cbad;p=lyx.git diff --git a/src/CiteEnginesList.h b/src/CiteEnginesList.h index 24bec03852..2f419b4bfe 100644 --- a/src/CiteEnginesList.h +++ b/src/CiteEnginesList.h @@ -22,8 +22,7 @@ namespace lyx { /** * This class represents a particular LyX "cite engine", which defines the features - * of a particular citation backend such as natbib or biblatex. In that sense, it is more like - * a LaTeX package, where a layout file corresponds to a LaTeX class. + * of a particular citation backend such as natbib or biblatex. * * In general, a given cite engine can be used with any document class. That said, * one cite engine may `require' another, or it may `exclude' some other cite engine. @@ -101,7 +100,7 @@ private: /// the LaTeX packages on which this depends, if any std::vector package_list_; // these are mutable because they are used to cache the results - // or an otherwise const operation. + // of an otherwise const operation. /// mutable bool checked_; ///