From: Pavel Sanda Date: Fri, 12 Sep 2008 10:42:23 +0000 (+0000) Subject: Let doxygen document this. X-Git-Tag: 1.6.10~3490 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=34530817eec615fd95392d682f012211af7a65b9;p=features.git Let doxygen document this. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26367 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;