diff --git a/src/Cursor.h b/src/Cursor.h index a35a46c95b..dc6214777a 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -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;