]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
char * for string literals is deprecated...
[lyx.git] / 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;