mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
50d997ef50
commit
34530817ee
12
src/Cursor.h
12
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;
|
||||
|
Loading…
Reference in New Issue
Block a user