diff options
Diffstat (limited to 'kdoctools/Mainpage.dox')
-rw-r--r-- | kdoctools/Mainpage.dox | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kdoctools/Mainpage.dox b/kdoctools/Mainpage.dox new file mode 100644 index 000000000..9213252f6 --- /dev/null +++ b/kdoctools/Mainpage.dox @@ -0,0 +1,26 @@ +/** @mainpage KDE Documentation Tools + +Provides a KIO slave for accessing application documentation for +KDE 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 = kdecore kdeui kio +// DOXYGEN_SET_PROJECT_NAME = KDocTools +// vim:ts=4:sw=4:expandtab:filetype=doxygen |