X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursorSlice.h;h=01634bdacca3a1dabc2d507dbb614a9b2df9e40e;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=981f59c47de361aa7fbd4a5a50bd968edbd14273;hpb=260acacf1bd31159b1efb993c88b0b94ab187e65;p=lyx.git diff --git a/src/CursorSlice.h b/src/CursorSlice.h index 981f59c47d..01634bdacc 100644 --- a/src/CursorSlice.h +++ b/src/CursorSlice.h @@ -4,12 +4,12 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Matthias Ettrich * \author John Levon - * \author André Pönitz + * \author André Pönitz * \author Dekel Tsur - * \author Jürgen Vigna + * \author Jürgen Vigna * * Full author contact details are available in file CREDITS. */ @@ -38,11 +38,11 @@ class Paragraph; class CursorSlice { public: - /// Those needs inset_ access. - ///@{ + /// \name Those needs inset_ access. + //@{ friend class DocIterator; friend class StableDocIterator; - ///@} + //@} /// type for cell number in inset typedef size_t idx_type; @@ -56,7 +56,7 @@ public: /// explicit CursorSlice(Inset &); - /// comparison operators. + /// \name Comparison operators. //@{ friend bool operator==(CursorSlice const &, CursorSlice const &); friend bool operator!=(CursorSlice const &, CursorSlice const &);