Using <mouse wheel> causes APIdoxs errors

This commit is contained in:
Kurt Hindenburg
2013-01-29 09:50:54 -05:00
parent 1e7f20ac54
commit bd7e231403

View File

@@ -335,14 +335,14 @@ public:
void visualBell();
/**
* Specified whether zoom terminal on Ctrl+<mouse wheel> is enabled or not.
* Specified whether zoom terminal on Ctrl+mousewheel is enabled or not.
* Defaults to enabled.
*/
void setMouseWheelZoom(bool value) {
_mouseWheelZoom = value;
};
/**
* Returns the whether zoom terminal on Ctrl+<mouse wheel> is enabled.
* Returns the whether zoom terminal on Ctrl+mousewheel is enabled.
*
* See setMouseWheelZoom()
*/