forked from drf/devicesync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mainpage.dox
40 lines (30 loc) · 891 Bytes
/
Mainpage.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/** @mainpage DeviceSync Core Library
<p><b>
Overview |
@ref plugindevelopment
</b></p>
This is the online reference for developing with DeviceSync core library.
If you are reading this you probably want to write a plugin for it.
<p>
DeviceSync core consists of AbstractDevice, AbstractDeviceInterface, a Queue
Manager and a progress interface. Documentation for the last two parts is not
as extensive as abstract components' ones, since those ApiDox are mainly targeted
to plugin developers.
<p>
To get yourself started in developing a DeviceSync Plugin, check out next page
@authors
(c) 2008 Dario Freddi
@maintainers
Dario Freddi
@licenses
@gpl
*/
/** @page plugindevelopment Developing a DeviceSync Plugin
<p><b>
@ref index "Overview" |
plugindevelopment
</b></p>
*/
// DOXYGEN_REFERENCES = kdecore
// DOXYGEN_SET_INTERNAL_DOCS = YES
// DOXYGEN_SET_PROJECT_NAME = DEVICESYNC