]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.h
Exporter.cpp: revert r34230 because this interferes with Enrico's new LyXVC feature...
[lyx.git] / src / CursorSlice.h
index 19a6e1f581f69a55deac74e540aed0bb979535c8..01634bdacca3a1dabc2d507dbb614a9b2df9e40e 100644 (file)
@@ -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 &);