Doxygen, added link to dev wiki and fixed group

This commit is contained in:
Klaus Basan
2017-01-26 20:58:18 +01:00
committed by Mathew Sutcliffe
parent e3d81c6c44
commit 818cdfba59
10 changed files with 20 additions and 42 deletions

View File

@@ -3,8 +3,6 @@
\page developersguide Developers Guide
\ingroup developersguide
Introduction
\ref inputandhotkeys
see developer documentation <a href="https://dev.swift-project.org/w/dev/"> here</a>
*/

View File

@@ -1,21 +0,0 @@
/*!
\page inputandhotkeys Input Device and Hotkey Management
\ingroup developersguide
\section general General
TBW
\subsection inputdevices Input Devices (Keyboard and Joysticks)
\image html inputkeyboardjoystick.png
\ref BlackCore::CInputManager is receiving all device press and release events. Each time an event is received, the overall
status is combined into a \ref BlackMisc::Input::CHotkeyCombination object.
\subsection hotkey_settings Hotkey Settings
TBW
*/