]> git.lyx.org Git - features.git/commitdiff
Let doxygen document this.
authorPavel Sanda <sanda@lyx.org>
Fri, 12 Sep 2008 10:42:23 +0000 (10:42 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 12 Sep 2008 10:42:23 +0000 (10:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26367 a592a061-630c-0410-9148-cb99ea01b6c8

src/Cursor.h

index a35a46c95b6638237bbbf254c20f8e93e5294816..dc6214777ac3d35791ec8c5714e4950032ce54de 100644 (file)
@@ -95,12 +95,12 @@ public:
        DocIterator selectionBegin() const;
        /// access start of selection
        DocIterator selectionEnd() const;
-       /*
-         Update the selection status and save permanent
-         selection if needed.
-         @param selecting the new selection status
-         @return whether the selection status has changed 
-       */
+       /**
+        * Update the selection status and save permanent
+        * selection if needed.
+        * @param selecting the new selection status
+        * @return whether the selection status has changed
+        */
        bool selHandle(bool selecting);
        ///
        docstring selectionAsString(bool label) const;