]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
de.po
[lyx.git] / src / Buffer.h
index a6cbd572d364d907e44e5be4ce5f998a4df60df5..99cfce1fe12eb160331cac29c9fb74336498e939 100644 (file)
@@ -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.