X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBiblioInfo.h;h=efe4bff233948d61e5785959e87a0f2815bd320f;hb=3efc6385d7f6dbad8175411e74407c95e49b3881;hp=33a7625bd3ccf96d08d20d41f257fe2132782a20;hpb=bc6ee8d2511916403296d24f6b2143529d8d7cab;p=lyx.git diff --git a/src/BiblioInfo.h b/src/BiblioInfo.h index 33a7625bd3..efe4bff233 100644 --- a/src/BiblioInfo.h +++ b/src/BiblioInfo.h @@ -122,7 +122,7 @@ private: /// moreover, keys that look like "%_key%" are treated as translatable /// so that things like "pp." and "vol." can be translated. docstring expandFormat(std::string const & fmt, - BibTeXInfo const * const xref, + BibTeXInfo const * const xref, int & counter, Buffer const & buf, bool richtext) const; /// true if from BibTeX; false if from bibliography environment bool is_bibtex_; @@ -173,6 +173,8 @@ public: /// \return formatted BibTeX data associated with a given key. /// Empty if no info exists. /// Note that this will retrieve data from the crossref as needed. + /// If \param richtext is true, then it will output any richtext tags + /// marked in the citation format and escape < and > elsewhere. docstring const getInfo(docstring const & key, Buffer const & buf, bool richtext = false) const; /// Is this a reference from a bibtex database