From 34530817eec615fd95392d682f012211af7a65b9 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 12 Sep 2008 10:42:23 +0000 Subject: [PATCH] Let doxygen document this. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26367 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Cursor.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; -- 2.39.5