X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer.h;h=a3cbc3f61fd6016277c691a09444ae8e03dd23de;hb=ae348f8af96100a154b3792d27732d621d44ec89;hp=e537ee079ad64989d4176c4131b8481042c3216f;hpb=1bed69439fac0b81d0765f9e661744ecf5815d86;p=lyx.git diff --git a/src/buffer.h b/src/buffer.h index e537ee079a..a3cbc3f61f 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -255,10 +255,10 @@ public: /// return all bibkeys from buffer and its childs void fillWithBibKeys(std::vector > & keys) const; /// Update the cache with all bibfiles in use (including bibfiles - /// of child documents). + /// of loaded child documents). void updateBibfilesCache(); /// Return the cache with all bibfiles in use (including bibfiles - /// of child documents). + /// of loaded child documents). std::vector const & getBibfilesCache() const; /// void getLabelList(std::vector &) const; @@ -365,8 +365,8 @@ private: /// it's BufferView, this should be FIXED in future. StableDocIterator cursor_; StableDocIterator anchor_; - /// A cache for the bibfiles (including bibfiles of child documents), - /// needed for appropriate update of natbib labels. + /// A cache for the bibfiles (including bibfiles of loaded child + /// documents), needed for appropriate update of natbib labels. std::vector bibfilesCache_; };