blob: e6a5120d4063ab0cdc84552fcc5a0a14407cca38 (
plain)
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
|
/** @mainpage Trinity Documentation Tools
Provides a KIO slave for accessing application documentation for
Trinity and GNOME applications.
@authors
Eric Bischoff
Claudiu Costin
Frederik Fouvry
David Rugge
@maintainers
[Unknown/None]
@licenses
Note: most of the files do not have licenses.
This should be corrected. The intention appears
to be for the files to have a @bsd license, but
this needs to be confirmed with the copyright
holders.
*/
// DOXYGEN_REFERENCES = tdecore tdeui kio
// DOXYGEN_SET_PROJECT_NAME = KDocTools
// vim:ts=4:sw=4:expandtab:filetype=doxygen
|