doc: remove the direct link to the various state diagrams

draw.io is playing up with old files and sending me into a redirect loop.
Duplicating files works but that changes the links. So to avoid dead links,
let's just remove the direct link and let anyone who cares enough about it ask
me.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-11-11 15:15:30 +10:00
parent a524cf9761
commit db546c368c
3 changed files with 6 additions and 11 deletions

View file

@ -31,9 +31,8 @@
/***************************************** /*****************************************
* BEFORE YOU EDIT THIS FILE, look at the state diagram in * BEFORE YOU EDIT THIS FILE, look at the state diagram in
* doc/middle-button-emulation-state-machine.svg, or online at * doc/middle-button-emulation-state-machine.svg (generated with
* https://drive.google.com/file/d/0B1NwWmji69nodUJncXRMc1FvY1k/view?usp=sharing * https://draw.io).
* (it's a http://draw.io diagram)
* *
* Any changes in this file must be represented in the diagram. * Any changes in this file must be represented in the diagram.
* *

View file

@ -35,10 +35,8 @@
/***************************************** /*****************************************
* BEFORE YOU EDIT THIS FILE, look at the state diagram in * BEFORE YOU EDIT THIS FILE, look at the state diagram in
* doc/touchpad-softbutton-state-machine.svg, or online at * doc/touchpad-softbutton-state-machine.svg (generated with
* https://drive.google.com/file/d/0B1NwWmji69nocUs1cVJTbkdwMFk/edit?usp=sharing * https://draw.io).
* (it's a http://draw.io diagram)
*
* Any changes in this file must be represented in the diagram. * Any changes in this file must be represented in the diagram.
* *
* The state machine only affects the soft button area code. * The state machine only affects the soft button area code.

View file

@ -47,10 +47,8 @@ enum tap_event {
/***************************************** /*****************************************
* DO NOT EDIT THIS FILE! * DO NOT EDIT THIS FILE!
* *
* Look at the state diagram in doc/touchpad-tap-state-machine.svg, or * Look at the state diagram in doc/touchpad-tap-state-machine.svg
* online at * (generated with https://draw.io)
* https://drive.google.com/file/d/0B1NwWmji69noYTdMcU1kTUZuUVE/edit?usp=sharing
* (it's a http://draw.io diagram)
* *
* Any changes in this file must be represented in the diagram. * Any changes in this file must be represented in the diagram.
*/ */