X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursorSlice.h;h=01634bdacca3a1dabc2d507dbb614a9b2df9e40e;hb=3c957e1bb1ca487cb5bb9b02145c009a7f5fe02d;hp=19a6e1f581f69a55deac74e540aed0bb979535c8;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/CursorSlice.h b/src/CursorSlice.h index 19a6e1f581..01634bdacc 100644 --- a/src/CursorSlice.h +++ b/src/CursorSlice.h @@ -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 &);