Fix syntax and autodoc errors

This commit is contained in:
Gregory A Lundberg 2017-10-28 21:03:16 -05:00 committed by Charles Dang
parent e6830faab4
commit 5a2162564f

View file

@ -186,7 +186,7 @@ protected:
{
}
virtual int jump_size() const { return 1; };
virtual int jump_size() const { return 1; }
private:
void set_state(const state_t state);
@ -316,7 +316,7 @@ private:
/**
* Moves the positioner.
*
* @param distance The new offset in pixels of the positioner;
* @param offset The new offset in pixels of the positioner;
*/
void move_positioner(int offset);