Let doxygen document this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26367 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-09-12 10:42:23 +00:00
parent 50d997ef50
commit 34530817ee

View 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;