X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FIndicesList.h;h=7fab436d6b331df948dbd30ea7a0ba248f616f91;hb=05e2621a1782504d995f961f77edc604329ab1ee;hp=69c8b3ef46452c28ee2d201dfa42352d885451c1;hpb=992eae252441d6ad15d5a18283e934a6371a016b;p=lyx.git diff --git a/src/IndicesList.h b/src/IndicesList.h index 69c8b3ef46..7fab436d6b 100644 --- a/src/IndicesList.h +++ b/src/IndicesList.h @@ -34,7 +34,7 @@ namespace lyx { * \class IndicesList * * A class containing a vector of all defined indices within a - * document. It has methods for outputting a '|'-separated string + * document. It has methods for outputting a '|'-separated string * of all elements, and for adding, removing and renaming elements. */ @@ -94,7 +94,7 @@ public: Index * find(docstring const & name); Index const * find(docstring const & name) const; - /** \returns the Index with the shortcut \c shortcut. + /** \returns the Index with the shortcut \c shortcut. * If not found, returns 0. */ Index * findShortcut(docstring const & shortcut);