X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=99cfce1fe12eb160331cac29c9fb74336498e939;hb=36edbffe2f71d050a09d5231c8428dd7575573fa;hp=a6cbd572d364d907e44e5be4ce5f998a4df60df5;hpb=3ae6bff5389d61b8f471fa337d5a016a725cf7d5;p=lyx.git diff --git a/src/Buffer.h b/src/Buffer.h index a6cbd572d3..99cfce1fe1 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -713,7 +713,8 @@ public: void setInsetLabel(docstring const & label, InsetLabel const * il, bool const active); /// \return the InsetLabel associated with this \p label string - /// If \p active is true we only return active labels. + /// If \p active is true we only return active labels + /// (see @ref activeLabel) InsetLabel const * insetLabel(docstring const & label, bool const active = false) const; /// \return true if this \param label is an active label.