mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix comment
This commit is contained in:
parent
8d8988de47
commit
785c6d4e05
@ -24,11 +24,9 @@ class KeySymbol;
|
||||
namespace frontend {
|
||||
|
||||
/**
|
||||
* The work area class represents the widget that provides the
|
||||
* view onto a document. It is owned by the BufferView, and
|
||||
* is responsible for handing events back to its owning BufferView.
|
||||
* It works in concert with the BaseScreen class to update the
|
||||
* widget view of a document.
|
||||
* The work area class represents the widget that provides the view
|
||||
* onto a document. It owns the BufferView, and is responsible for
|
||||
* handing events back to its BufferView.
|
||||
*/
|
||||
class WorkArea
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user