-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Mainpage.dox
46 lines (36 loc) · 1.7 KB
/
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
41
42
43
44
45
46
/** @mainpage The Amarok Source Code Documentation
<p>
This is the developer online reference for the Amarok music player.
To follow or get involved with the development of Amarok,
join the <a href="https://mail.kde.org/mailman/listinfo/amarok-devel">amarok-devel mailing list</a>.
Instructions for building a development version of KDE can be found in the
<a href="http://techbase.kde.org/Getting_Started">getting started</a> section
of the <a href="http://techbase.kde.org">KDE Techbase</a>.
</p>
@maintainers
Amarok does not have clear maintainers of any part of the codebase. You are welcome to work on any part of it provided you coordinate with others working in that part. <br/>
If you need to contact someone about a particular part it is best to contact the developer mailing list at [email protected] or the assignee of the corresponding component on https://bugs.kde.org directly.
@authors
<!--
To update the authors list, use the following:
$ cat AUTHORS | sed 's#<#\\<#' | sed 's#>#\\><br/>#'
-->
Bart Cerneels \<[email protected]\><br/>
Edward Toroshchin \<[email protected]\><br/>
Leo Franchi \<[email protected]\><br/>
Mark Kretschmann \<[email protected]\><br/>
Matěj Laitl \<[email protected]\><br/>
Myriam Schweingruber \<[email protected]\><br/>
Patrick von Reth \<[email protected]\><br/>
Ralf Engels \<[email protected]\><br/>
Rick W. Chen \<[email protected]\><br/>
Sam Lade \<[email protected]\><br/>
Sven Krohlas \<[email protected]\><br/>
Téo Mrnjavac \<[email protected]\><br/>
Valorie Zimmerman \<[email protected]\><br/>
@licenses
@gpl (if not stated otherwise in the source file)
*/
// DOXYGEN_NAME = Amarok
// DOXYGEN_ENABLE = YES
// vim:ts=4:sw=4:expandtab:filetype=doxygen